Package | Description |
---|---|
JaCoP.constraints.geost | |
JaCoP.core |
Modifier and Type | Method and Description |
---|---|
boolean |
NonOverlapping.addPrunableObjects(GeostObject o,
SimpleHashSet<GeostObject> accumulator) |
boolean |
InArea.addPrunableObjects(GeostObject o,
SimpleHashSet<GeostObject> accumulator) |
boolean |
ExternalConstraint.addPrunableObjects(GeostObject o,
SimpleHashSet<GeostObject> accumulator)
It adds to the accumulator collection the objects that are likely to be pruned if the given object
changes.
|
Modifier and Type | Field and Description |
---|---|
SimpleHashSet<Constraint>[] |
Store.changed
It stores constraints scheduled for reevaluation.
|