Package | Description |
---|---|
JaCoP.constraints.geost |
Modifier and Type | Class and Description |
---|---|
class |
InArea |
class |
NonOverlapping |
Modifier and Type | Field and Description |
---|---|
ExternalConstraint[] |
Geost.externalConstraints
It stores the reference to the collection of external constraints
which must be satisfied within this constraint.
|
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) |