public class DeterministicStudentSectioning.DeterministicInitialSectioning extends InitialSectioning implements Comparator<Student>
InitialSectioning.Group
iGroups, iOfferingId, iProgress, iStudents
Constructor and Description |
---|
DeterministicStudentSectioning.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, initialSectioningCfg, moveIntoOneStudent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public DeterministicStudentSectioning.DeterministicInitialSectioning(Progress progress, Long offeringId, Collection<?> lectureOrConfigurations, Collection<Student> students)
protected void tweakSizes(double total)
tweakSizes
in class InitialSectioning
public InitialSectioning.Group[] getGroups()
getGroups
in class InitialSectioning
Copyright © 2016 UniTime LLC. All Rights Reserved.