Uses of Class
org.optaplanner.examples.curriculumcourse.domain.Timeslot
-
Packages that use Timeslot Package Description org.optaplanner.examples.curriculumcourse.domain -
-
Uses of Timeslot in org.optaplanner.examples.curriculumcourse.domain
Methods in org.optaplanner.examples.curriculumcourse.domain that return Timeslot Modifier and Type Method Description TimeslotPeriod. getTimeslot()Methods in org.optaplanner.examples.curriculumcourse.domain that return types with arguments of type Timeslot Modifier and Type Method Description List<Timeslot>CourseSchedule. getTimeslotList()Methods in org.optaplanner.examples.curriculumcourse.domain with parameters of type Timeslot Modifier and Type Method Description voidPeriod. setTimeslot(Timeslot timeslot)Method parameters in org.optaplanner.examples.curriculumcourse.domain with type arguments of type Timeslot Modifier and Type Method Description voidCourseSchedule. setTimeslotList(List<Timeslot> timeslotList)Constructors in org.optaplanner.examples.curriculumcourse.domain with parameters of type Timeslot Constructor Description Period(int id, Day day, Timeslot timeslot)
-