|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
A cloneable version of InArea. More...

Public Member Functions | |
| InAreaCloneable (DBox area, Collection< DBox > holes) | |
| It constructs an external constraint to enforce that all objects within Geost constraint are placed within a specified area with holes in that area specfied as well. | |
| InAreaCloneable | cloneAndReplace (Map< Integer, GeostObjectCloneable > objMap) |
A cloneable version of InArea.
| org.jacop.constraints.geost.InAreaCloneable.InAreaCloneable | ( | DBox | area, |
| Collection< DBox > | holes ) |
It constructs an external constraint to enforce that all objects within Geost constraint are placed within a specified area with holes in that area specfied as well.
| area | the specification of the area within which the objects have to be placed. |
| holes | the holes in which the objects can not be placed. |
Referenced by cloneAndReplace().
| InAreaCloneable org.jacop.constraints.geost.InAreaCloneable.cloneAndReplace | ( | Map< Integer, GeostObjectCloneable > | objMap | ) |
Implements org.jacop.constraints.geost.ExternalConstraintCloneable.
References InAreaCloneable().
