Uses of Class
org.jacop.constraints.geost.Shape
-
Packages that use Shape Package Description org.jacop.constraints.geost -
-
Uses of Shape in org.jacop.constraints.geost
Fields in org.jacop.constraints.geost declared as Shape Modifier and Type Field Description Shape[]Geost. shapeRegisterIt stores information about shapes used by objects within this geost constraint.Methods in org.jacop.constraints.geost that return Shape Modifier and Type Method Description ShapeGeost. getShape(int id)It returns the shape with a given id if such exists.Methods in org.jacop.constraints.geost with parameters of type Shape Modifier and Type Method Description voidBoxDisplay. display2DObject(GeostObject o, Shape s)It displays 2D Geost object given its shape.Constructors in org.jacop.constraints.geost with parameters of type Shape Constructor Description Geost(GeostObject[] objects, ExternalConstraint[] constraints, Shape[] shapes)It creates a geost constraint from provided objects, external constraints, as well as shapes.
-