Uses of Class
org.optaplanner.examples.examination.domain.Period
Packages that use Period
-
Uses of Period in org.optaplanner.examples.examination.domain
Fields in org.optaplanner.examples.examination.domain declared as PeriodModifier and TypeFieldDescriptionprotected PeriodFollowingExam.periodprotected PeriodLeadingExam.periodMethods in org.optaplanner.examples.examination.domain that return PeriodModifier and TypeMethodDescriptionabstract PeriodExam.getPeriod()FollowingExam.getPeriod()LeadingExam.getPeriod()Period.withDayIndex(int dayIndex) Period.withDuration(int duration) Period.withFrontLoadLast(boolean frontLoadLast) Period.withId(long id) Period.withPenalty(int penalty) Period.withPeriodIndex(int periodIndex) Period.withStartDateTimeString(String startDateTimeString) Methods in org.optaplanner.examples.examination.domain that return types with arguments of type PeriodMethods in org.optaplanner.examples.examination.domain with parameters of type PeriodModifier and TypeMethodDescriptionvoidvoidFollowingExam.withPeriod(Period period) LeadingExam.withPeriod(Period period) Method parameters in org.optaplanner.examples.examination.domain with type arguments of type Period