public static enum MultiConstraintSolver.OPTIONS extends java.lang.Enum<MultiConstraintSolver.OPTIONS>
ConstraintSolver class to determine
whether inconsistencies should be allowed in the constraitn networks of the
underlying constraint solvers.| Enum Constant and Description |
|---|
ALLOW_INCONSISTENCIES |
FORCE_CONSISTENCY |
| Modifier and Type | Method and Description |
|---|---|
static MultiConstraintSolver.OPTIONS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MultiConstraintSolver.OPTIONS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MultiConstraintSolver.OPTIONS ALLOW_INCONSISTENCIES
public static final MultiConstraintSolver.OPTIONS FORCE_CONSISTENCY
public static MultiConstraintSolver.OPTIONS[] values()
for (MultiConstraintSolver.OPTIONS c : MultiConstraintSolver.OPTIONS.values()) System.out.println(c);
public static MultiConstraintSolver.OPTIONS valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null