Uses of Class
org.optaplanner.examples.examination.domain.Topic
-
Packages that use Topic Package Description org.optaplanner.examples.examination.domain org.optaplanner.examples.examination.domain.solver -
-
Uses of Topic in org.optaplanner.examples.examination.domain
Fields in org.optaplanner.examples.examination.domain declared as Topic Modifier and Type Field Description protected TopicExam. topicMethods in org.optaplanner.examples.examination.domain that return Topic Modifier and Type Method Description TopicPeriodPenalty. getLeftTopic()TopicPeriodPenalty. getRightTopic()TopicExam. getTopic()TopicRoomPenalty. getTopic()TopicTopic. withCoincidenceTopicSet(Set<Topic> coincidenceTopicSet)TopicTopic. withDuration(int duration)TopicTopic. withFrontLoadLarge(boolean frontLoadLarge)TopicTopic. withId(long id)TopicTopic. withStudents(Student... students)Methods in org.optaplanner.examples.examination.domain that return types with arguments of type Topic Modifier and Type Method Description Set<Topic>Topic. getCoincidenceTopicSet()List<Topic>Examination. getTopicList()Methods in org.optaplanner.examples.examination.domain with parameters of type Topic Modifier and Type Method Description voidPeriodPenalty. setLeftTopic(Topic leftTopic)voidPeriodPenalty. setRightTopic(Topic rightTopic)voidExam. setTopic(Topic topic)voidRoomPenalty. setTopic(Topic topic)FollowingExamFollowingExam. withTopic(Topic topic)LeadingExamLeadingExam. withTopic(Topic topic)RoomPenaltyRoomPenalty. withTopic(Topic topic)Method parameters in org.optaplanner.examples.examination.domain with type arguments of type Topic Modifier and Type Method Description voidTopic. setCoincidenceTopicSet(Set<Topic> coincidenceTopicSet)voidExamination. setTopicList(List<Topic> topicList)TopicTopic. withCoincidenceTopicSet(Set<Topic> coincidenceTopicSet)Constructors in org.optaplanner.examples.examination.domain with parameters of type Topic Constructor Description PeriodPenalty(Topic leftTopic, Topic rightTopic, PeriodPenaltyType periodPenaltyType) -
Uses of Topic in org.optaplanner.examples.examination.domain.solver
Methods in org.optaplanner.examples.examination.domain.solver that return Topic Modifier and Type Method Description TopicTopicConflict. getLeftTopic()TopicTopicConflict. getRightTopic()Methods in org.optaplanner.examples.examination.domain.solver with parameters of type Topic Modifier and Type Method Description voidTopicConflict. setLeftTopic(Topic leftTopic)voidTopicConflict. setRightTopic(Topic rightTopic)Constructors in org.optaplanner.examples.examination.domain.solver with parameters of type Topic Constructor Description TopicConflict(long id, Topic leftTopic, Topic rightTopic, int studentSize)
-