| Package | Description |
|---|---|
| org.cpsolver.coursett.constraint |
University Course Timetabling: Constraints.
|
| Modifier and Type | Method and Description |
|---|---|
static GroupConstraint.Flag |
GroupConstraint.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupConstraint.Flag[] |
GroupConstraint.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
GroupConstraint.ConstraintTypeInterface.is(GroupConstraint.Flag f)
Flag check (true if contains given flag)
|
boolean |
GroupConstraint.ParametrizedConstraintType.is(GroupConstraint.Flag f) |
boolean |
GroupConstraint.ConstraintType.is(GroupConstraint.Flag f)
Flag check (true if contains given flag)
|