Uses of Class
org.jacop.util.SimpleArrayList
Packages that use SimpleArrayList
-
Uses of SimpleArrayList in org.jacop.constraints
Fields in org.jacop.constraints with type parameters of type SimpleArrayListModifier and TypeFieldDescription(package private) Map<Integer,
SimpleArrayList<IntVar>> Alldistinct.valueMapVariable
-
Uses of SimpleArrayList in org.jacop.constraints.geost
Fields in org.jacop.constraints.geost declared as SimpleArrayListModifier and TypeFieldDescriptionprivate SimpleArrayList<DBox>
ObstacleObjectFrame.extendedHoles
the collection of holes that are included in all possible shapes, enlarged to include the whole domain that can be covered for any feasible choice of the originstatic final SimpleArrayList<SimpleArrayList<DBox>>
DBox.freeBoxes
static store of available boxes, accessible by dimension.(package private) final SimpleArrayList<Var>
Geost.groundedVars
It stores all variables which have been grounded.private SimpleArrayList<DBox>
Shape.holes
(package private) SimpleArrayList<GeostObject>
Geost.objectList
It contains all the objects which have been updated in the previous levels.(package private) SimpleArrayList<GeostObject>
Geost.objectList4Flush
It is used inside flushQueue function to separate timeconsistency execution from object update (potentially expensive if for example object frame is recomputed).(package private) final SimpleArrayList<DBox>
ObstacleObject.preshiftedElems
It shifts boxes of the given shape as required by the frame.(package private) final SimpleArrayList<DBox>
Geost.workingList
A temporary list to collect bounding boxes for each shape of the given object to compute one bounding box whatever the shape of the object.Fields in org.jacop.constraints.geost with type parameters of type SimpleArrayListModifier and TypeFieldDescriptionstatic final SimpleArrayList<SimpleArrayList<DBox>>
DBox.freeBoxes
static store of available boxes, accessible by dimension.