Uses of Interface
org.jacop.constraints.geost.LexicographicalOrder
-
Packages that use LexicographicalOrder Package Description org.jacop.constraints.geost -
-
Uses of LexicographicalOrder in org.jacop.constraints.geost
Classes in org.jacop.constraints.geost that implement LexicographicalOrder Modifier and Type Class Description classPredefinedOrderclassShiftOrderFields in org.jacop.constraints.geost declared as LexicographicalOrder Modifier and Type Field Description LexicographicalOrderGeost. orderIt specifies the order between dimensions which is used by the pruning algorithm.Methods in org.jacop.constraints.geost with parameters of type LexicographicalOrder Modifier and Type Method Description protected DBoxGeost. findForbiddenDomain(GeostObject o, int currentShape, int[] point, Geost.SweepDirection dir, LexicographicalOrder order)DBoxAllowedArea. isFeasible(Geost.SweepDirection min, LexicographicalOrder order, GeostObject o, int currentShape, int[] c)DBoxDomainHoles. isFeasible(Geost.SweepDirection min, LexicographicalOrder order, GeostObject o, int currentShape, int[] c)DBoxForbiddenArea. isFeasible(Geost.SweepDirection min, LexicographicalOrder order, GeostObject o, int currentShape, int[] c)abstract DBoxInternalConstraint. 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.DBoxObstacleObject. isFeasible(Geost.SweepDirection min, LexicographicalOrder order, GeostObject o, int currentShape, int[] c)DBoxObstacleObjectFrame. isFeasible(Geost.SweepDirection min, LexicographicalOrder order, GeostObject o, int currentShape, int[] c)protected booleanObstacleObjectFrame. timeOnlyCheck(Geost.SweepDirection min, LexicographicalOrder order, GeostObject o, int currentShape, int[] c)
-