Uses of Interface
org.jacop.constraints.geost.LexicographicalOrder
Packages that use LexicographicalOrder
-
Uses of LexicographicalOrder in org.jacop.constraints.geost
Classes in org.jacop.constraints.geost that implement LexicographicalOrderFields in org.jacop.constraints.geost declared as LexicographicalOrderModifier and TypeFieldDescriptionfinal LexicographicalOrderGeost.orderIt specifies the order between dimensions which is used by the pruning algorithm.Methods in org.jacop.constraints.geost with parameters of type LexicographicalOrderModifier and TypeMethodDescriptionprotected DBoxGeost.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 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.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 booleanObstacleObjectFrame.timeOnlyCheck(Geost.SweepDirection min, LexicographicalOrder order, GeostObject o, int currentShape, int[] c)