| Package | Description |
|---|---|
| org.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()
Return constraint 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)
Set constraint type
|
| Constructor and Description |
|---|
GroupConstraint(Long id,
GroupConstraint.ConstraintType type,
String preference)
Constructor
|
Copyright © 2017 UniTime LLC. All Rights Reserved.