Uses of Class
logic.schedule.IndividualSchedule
-
Packages that use IndividualSchedule Package Description logic.schedule logic.scheduler -
-
Uses of IndividualSchedule in logic.schedule
Methods in logic.schedule that return IndividualSchedule Modifier and Type Method Description IndividualScheduleGroupSchedule. get(Student person)IndividualScheduleIndividualSchedule. getCopy() -
Uses of IndividualSchedule in logic.scheduler
Methods in logic.scheduler that return types with arguments of type IndividualSchedule Modifier and Type Method Description Stream<IndividualSchedule>IndividualScheduler. findBestSchedule(Collection<? extends Subject> subjects)
-