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

Public Member Functions | |
| ShapeCloneable (int no, Collection< DBox > boxes) | |
| It constructs a shape with a given id based on a specified collection of Dboxes. | |
| ShapeCloneable (int id, DBox box) | |
| It constructs a shape from only one DBox. | |
| ShapeCloneable (int id, int[] origin, int[] length) | |
| It constructs a shape with a given id based on a single dbox specified by the origin and length arrays. | |
| ShapeCloneable | clone () |
A cloneable version of Shape.
| org.jacop.constraints.geost.ShapeCloneable.ShapeCloneable | ( | int | no, |
| Collection< DBox > | boxes ) |
It constructs a shape with a given id based on a specified collection of Dboxes.
| no | the unique identifier of the created shape. |
| boxes | the collection of boxes constituting the shape. |
Referenced by clone().
| org.jacop.constraints.geost.ShapeCloneable.ShapeCloneable | ( | int | id, |
| DBox | box ) |
It constructs a shape from only one DBox.
| id | shape unique identifier. |
| box | the single dbox specifying the shape. |
| org.jacop.constraints.geost.ShapeCloneable.ShapeCloneable | ( | int | id, |
| int[] | origin, | ||
| int[] | length ) |
It constructs a shape with a given id based on a single dbox specified by the origin and length arrays.
| id | the unique identifier of the constructed shape. |
| origin | it specifies the origin of the dbox specifying the shape. |
| length | it specifies the length of the dbox specifying the shape. |
| ShapeCloneable org.jacop.constraints.geost.ShapeCloneable.clone | ( | ) |
References ShapeCloneable().
