Package | Description |
---|---|
JaCoP.constraints.geost |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
int[] |
ObstacleObjectFrame.AbsInfeasible(Geost.SweepDirection minlex) |
int[] |
ObstacleObject.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[] |
ForbiddenArea.AbsInfeasible(Geost.SweepDirection minlex) |
int[] |
DomainHoles.AbsInfeasible(Geost.SweepDirection minlex) |
int[] |
AllowedArea.AbsInfeasible(Geost.SweepDirection minlex) |
DBox |
ObstacleObjectFrame.isFeasible(Geost.SweepDirection min,
LexicographicalOrder order,
GeostObject o,
int currentShape,
int[] c) |
DBox |
ObstacleObject.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 |
ForbiddenArea.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 |
AllowedArea.isFeasible(Geost.SweepDirection min,
LexicographicalOrder order,
GeostObject o,
int currentShape,
int[] c) |