FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
org.jacop.constraints.geost.ExternalConstraintCloneable Interface Reference

A cloneable version of ExternalConstraint. More...

Inheritance diagram for org.jacop.constraints.geost.ExternalConstraintCloneable:

Public Member Functions

ExternalConstraintCloneable cloneAndReplace (Map< Integer, GeostObjectCloneable > objMap)
 Creates a "clone" of this constraint, expressed over FDVs that can be retrieved from the input map.

Detailed Description

A cloneable version of ExternalConstraint.

Author
Thomas Leaute

Member Function Documentation

◆ cloneAndReplace()

ExternalConstraintCloneable org.jacop.constraints.geost.ExternalConstraintCloneable.cloneAndReplace ( Map< Integer, GeostObjectCloneable > objMap)

Creates a "clone" of this constraint, expressed over FDVs that can be retrieved from the input map.

Parameters
objMapthe FDVs, indexed by their IDs
Returns
a "clone" of this constraint

Implemented in org.jacop.constraints.geost.InAreaCloneable, and org.jacop.constraints.geost.NonOverlappingCloneable.


The documentation for this interface was generated from the following file: