See: Description
| Interface | Description |
|---|---|
| OverExpectedCriterion |
Over-expected criterion interface.
|
| OverExpectedCriterion.HasContext |
| Class | Description |
|---|---|
| AvoidUnbalancedWhenNoExpectations |
Avoid unbalanced sections when there are no expectations.
|
| FractionallyOverExpected |
Over-expected space depends on how much is the class over-expected.
|
| FractionallyUnbalancedWhenNoExpectations |
Avoid unbalanced sections when there are no expectations.
|
| MinimizeConflicts |
A class is considered over-expected when it is not available (limit is zero) or when
there is a time conflict with some other enrollment of the student (despite the
reservation allowing for the conflict).
|
| MoreSpaceThanExpected |
A class is considered over-expected, when there less space available than expected.
|
| NeverOverExpected |
A section is never over-expected.
|
| PenaltyNotNegative |
Class is over-expected when
Section.getPenalty() is not negative. |
| PercentageOverExpected |
A class is considered over-expected, when there less space available than expected.
|
| Enum | Description |
|---|---|
| PercentageOverExpected.Rounding |
Expectations rounding
|