Uses of Class
ai.timefold.solver.examples.examination.domain.Period
Packages that use Period
-
Uses of Period in ai.timefold.solver.examples.examination.domain
Fields in ai.timefold.solver.examples.examination.domain declared as PeriodModifier and TypeFieldDescriptionprotected PeriodFollowingExam.periodprotected PeriodLeadingExam.periodMethods in ai.timefold.solver.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 ai.timefold.solver.examples.examination.domain that return types with arguments of type PeriodMethods in ai.timefold.solver.examples.examination.domain with parameters of type PeriodModifier and TypeMethodDescriptionvoidvoidFollowingExam.withPeriod(Period period) LeadingExam.withPeriod(Period period) Method parameters in ai.timefold.solver.examples.examination.domain with type arguments of type Period