public static class DeterministicStudentSectioning.DeterministicInitialSectioning extends InitialSectioning implements Comparator<Student>
InitialSectioning.GroupiGroups, iOfferingId, iProgress, iStudents, sNominalWeight| Constructor and Description |
|---|
DeterministicInitialSectioning(Progress progress,
Long offeringId,
Collection<?> lectureOrConfigurations,
Collection<Student> students) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Student s1,
Student s2)
Sort students by their curriculum information and id
|
InitialSectioning.Group[] |
getGroups() |
protected void |
tweakSizes(double total) |
addStudent, getProgress, initialSectioningCfg, moveIntoOneStudentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic DeterministicInitialSectioning(Progress progress, Long offeringId, Collection<?> lectureOrConfigurations, Collection<Student> students)
protected void tweakSizes(double total)
tweakSizes in class InitialSectioningpublic InitialSectioning.Group[] getGroups()
getGroups in class InitialSectioning