Uses of Class
org.optaplanner.examples.examination.domain.Period
-
Packages that use Period Package Description org.optaplanner.examples.examination.domain -
-
Uses of Period in org.optaplanner.examples.examination.domain
Fields in org.optaplanner.examples.examination.domain declared as Period Modifier and Type Field Description protected PeriodFollowingExam. periodprotected PeriodLeadingExam. periodMethods in org.optaplanner.examples.examination.domain that return Period Modifier and Type Method Description abstract PeriodExam. getPeriod()PeriodFollowingExam. getPeriod()PeriodLeadingExam. getPeriod()PeriodPeriod. withDayIndex(int dayIndex)PeriodPeriod. withDuration(int duration)PeriodPeriod. withFrontLoadLast(boolean frontLoadLast)PeriodPeriod. withId(long id)PeriodPeriod. withPenalty(int penalty)PeriodPeriod. withPeriodIndex(int periodIndex)PeriodPeriod. withStartDateTimeString(String startDateTimeString)Methods in org.optaplanner.examples.examination.domain that return types with arguments of type Period Modifier and Type Method Description List<Period>Examination. getPeriodList()Methods in org.optaplanner.examples.examination.domain with parameters of type Period Modifier and Type Method Description voidFollowingExam. setPeriod(Period period)voidLeadingExam. setPeriod(Period period)FollowingExamFollowingExam. withPeriod(Period period)LeadingExamLeadingExam. withPeriod(Period period)Method parameters in org.optaplanner.examples.examination.domain with type arguments of type Period Modifier and Type Method Description voidExamination. setPeriodList(List<Period> periodList)
-