Uses of Enum
org.jacop.constraints.geost.Geost.SweepDirection
Packages that use Geost.SweepDirection
-
Uses of Geost.SweepDirection in org.jacop.constraints.geost
Methods in org.jacop.constraints.geost that return Geost.SweepDirectionModifier and TypeMethodDescriptionstatic Geost.SweepDirection
Returns the enum constant of this type with the specified name.static Geost.SweepDirection[]
Geost.SweepDirection.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jacop.constraints.geost with parameters of type Geost.SweepDirectionModifier and TypeMethodDescriptionint[]
AllowedArea.absInfeasible
(Geost.SweepDirection minlex) int[]
DomainHoles.absInfeasible
(Geost.SweepDirection minlex) int[]
ForbiddenArea.absInfeasible
(Geost.SweepDirection minlex) abstract int[]
InternalConstraint.absInfeasible
(Geost.SweepDirection minlex) It provides the largest or smallest point contained in the forbidden area represented by this constraint.int[]
ObstacleObject.absInfeasible
(Geost.SweepDirection minlex) int[]
ObstacleObjectFrame.absInfeasible
(Geost.SweepDirection minlex) protected DBox
Geost.findForbiddenDomain
(GeostObject o, int currentShape, int[] point, Geost.SweepDirection dir, LexicographicalOrder order) AllowedArea.isFeasible
(Geost.SweepDirection min, LexicographicalOrder order, GeostObject o, int currentShape, int[] c) DomainHoles.isFeasible
(Geost.SweepDirection min, LexicographicalOrder order, GeostObject o, int currentShape, int[] c) ForbiddenArea.isFeasible
(Geost.SweepDirection min, LexicographicalOrder order, GeostObject o, int currentShape, int[] c) abstract DBox
InternalConstraint.isFeasible
(Geost.SweepDirection min, LexicographicalOrder order, GeostObject o, int currentShape, int[] c) It determines whether the given point is a feasible origin of object o, considering this constraint only.ObstacleObject.isFeasible
(Geost.SweepDirection min, LexicographicalOrder order, GeostObject o, int currentShape, int[] c) ObstacleObjectFrame.isFeasible
(Geost.SweepDirection min, LexicographicalOrder order, GeostObject o, int currentShape, int[] c) protected boolean
ObstacleObjectFrame.timeOnlyCheck
(Geost.SweepDirection min, LexicographicalOrder order, GeostObject o, int currentShape, int[] c)