Uses of Class
org.optaplanner.examples.curriculumcourse.domain.Day
-
Packages that use Day Package Description org.optaplanner.examples.curriculumcourse.domain -
-
Uses of Day in org.optaplanner.examples.curriculumcourse.domain
Methods in org.optaplanner.examples.curriculumcourse.domain that return Day Modifier and Type Method Description DayLecture. getDay()DayPeriod. getDay()Methods in org.optaplanner.examples.curriculumcourse.domain that return types with arguments of type Day Modifier and Type Method Description List<Day>CourseSchedule. getDayList()Methods in org.optaplanner.examples.curriculumcourse.domain with parameters of type Day Modifier and Type Method Description voidPeriod. setDay(Day day)Method parameters in org.optaplanner.examples.curriculumcourse.domain with type arguments of type Day Modifier and Type Method Description voidCourseSchedule. setDayList(List<Day> dayList)Constructors in org.optaplanner.examples.curriculumcourse.domain with parameters of type Day Constructor Description Period(int id, Day day, Timeslot timeslot)
-