Package | Description |
---|---|
JaCoP.constraints.geost |
Modifier and Type | Field and Description |
---|---|
Shape[] |
Geost.shapeRegister
It stores information about shapes used by objects within this geost constraint.
|
Modifier and Type | Method and Description |
---|---|
Shape |
Geost.getShape(int id)
It returns the shape with a given id if such exists.
|
Modifier and Type | Method and Description |
---|---|
void |
BoxDisplay.display2DObject(GeostObject o,
Shape s)
It displays 2D Geost object given its shape.
|
Constructor and Description |
---|
Geost(GeostObject[] objects,
ExternalConstraint[] constraints,
Shape[] shapes)
It creates a geost constraint from provided objects, external constraints,
as well as shapes.
|
Constructor and Description |
---|
Geost(java.util.Collection<GeostObject> objects,
java.util.Collection<ExternalConstraint> constraints,
java.util.Collection<Shape> shapes) |