public static interface ResectioningWeights.LastSectionProvider
| Modifier and Type | Method and Description |
|---|---|
boolean |
sameLastChoice(Section current)
Check the choice (see
Choice) |
boolean |
sameLastName(Section current,
Course course)
Check section name (external id)
|
boolean |
sameLastRoom(Section current)
Check the room
|
boolean |
sameLastTime(Section current)
Check the time
|
boolean sameLastChoice(Section current)
Choice)current - current sectionboolean sameLastTime(Section current)
current - current sectionboolean sameLastRoom(Section current)
current - current sectionboolean sameLastName(Section current, Course course)
current - current sectioncourse - current course