Package | Description |
---|---|
org.cpsolver.exam.model |
Examination Timetabling: Model.
|
Modifier and Type | Method and Description |
---|---|
ExamDistributionConstraint.DistributionType |
ExamDistributionConstraint.getDistributionType() |
static ExamDistributionConstraint.DistributionType |
ExamDistributionConstraint.DistributionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExamDistributionConstraint.DistributionType[] |
ExamDistributionConstraint.DistributionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ExamDistributionConstraint(long id,
ExamDistributionConstraint.DistributionType type,
boolean hard,
int weight)
Constructor
|