Uses of Class
org.jacop.constraints.geost.Geost.SweepDirection
-
Packages that use Geost.SweepDirection Package Description org.jacop.constraints.geost -
-
Uses of Geost.SweepDirection in org.jacop.constraints.geost
Methods in org.jacop.constraints.geost that return Geost.SweepDirection Modifier and Type Method Description static Geost.SweepDirection
Geost.SweepDirection. valueOf(java.lang.String name)
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.SweepDirection Modifier and Type Method Description int[]
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)
DBox
AllowedArea. isFeasible(Geost.SweepDirection min, LexicographicalOrder order, GeostObject o, int currentShape, int[] c)
DBox
DomainHoles. isFeasible(Geost.SweepDirection min, LexicographicalOrder order, GeostObject o, int currentShape, int[] c)
DBox
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.DBox
ObstacleObject. isFeasible(Geost.SweepDirection min, LexicographicalOrder order, GeostObject o, int currentShape, int[] c)
DBox
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)
-