| Package | Description |
|---|---|
| net.sf.cpsolver.coursett.constraint |
University Course Timetabling: Constraints.
|
| Modifier and Type | Method and Description |
|---|---|
static GroupConstraint.ConstraintType |
GroupConstraint.ConstraintType.get(String reference)
Constraint type from reference
|
GroupConstraint.ConstraintType |
GroupConstraint.getType()
ConstraString type (e.g,
SAME_TIME) |
static GroupConstraint.ConstraintType |
GroupConstraint.ConstraintType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupConstraint.ConstraintType[] |
GroupConstraint.ConstraintType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GroupConstraint.setType(GroupConstraint.ConstraintType type) |
| Constructor and Description |
|---|
GroupConstraint(Long id,
GroupConstraint.ConstraintType type,
String preference)
Constructor
|