Uses of Class
org.jacop.constraints.geost.Shape
Packages that use Shape
-
Uses of Shape in org.jacop.constraints.geost
Fields in org.jacop.constraints.geost declared as ShapeModifier and TypeFieldDescriptionfinal Shape[]Geost.shapeRegisterIt stores information about shapes used by objects within this geost constraint.Methods in org.jacop.constraints.geost that return ShapeModifier and TypeMethodDescriptionfinal 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 ShapeModifier and TypeMethodDescriptionvoidBoxDisplay.display2DObject(GeostObject o, Shape s) It displays 2D Geost object given its shape.Constructors in org.jacop.constraints.geost with parameters of type ShapeModifierConstructorDescriptionGeost(GeostObject[] objects, ExternalConstraint[] constraints, Shape[] shapes) It creates a geost constraint from provided objects, external constraints, as well as shapes.