Uses of Class
org.optaplanner.examples.examination.domain.FollowingExam
Packages that use FollowingExam
-
Uses of FollowingExam in org.optaplanner.examples.examination.domain
Fields in org.optaplanner.examples.examination.domain with type parameters of type FollowingExamMethods in org.optaplanner.examples.examination.domain that return FollowingExamModifier and TypeMethodDescriptionFollowingExam.withId(long id) FollowingExam.withLeadingExam(LeadingExam leadingExam) FollowingExam.withPeriod(Period period) Methods in org.optaplanner.examples.examination.domain that return types with arguments of type FollowingExamMethod parameters in org.optaplanner.examples.examination.domain with type arguments of type FollowingExamModifier and TypeMethodDescriptionvoidLeadingExam.setFollowingExamList(List<FollowingExam> followingExamList) LeadingExam.withFollowingExamList(List<FollowingExam> followingExamList)