Package | Description |
---|---|
org.cpsolver.instructor.constraints |
Instructor Scheduling: Constraints.
|
Modifier and Type | Method and Description |
---|---|
GroupConstraint.ConstraintType |
GroupConstraint.ConstraintTypeInterface.type() |
GroupConstraint.ConstraintType |
GroupConstraint.ParametrizedConstraintType.type() |
GroupConstraint.ConstraintType |
GroupConstraint.ConstraintType.type() |
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.
|
Constructor and Description |
---|
ParametrizedConstraintType(GroupConstraint.ConstraintType type,
P parameter,
String reference) |