Package | Description |
---|---|
org.optaplanner.examples.examination.domain | |
org.optaplanner.examples.examination.domain.solver |
Modifier and Type | Field and Description |
---|---|
protected Topic |
Exam.topic |
Modifier and Type | Method and Description |
---|---|
Topic |
PeriodPenalty.getLeftTopic() |
Topic |
PeriodPenalty.getRightTopic() |
Topic |
RoomPenalty.getTopic() |
Topic |
Exam.getTopic() |
Topic |
Topic.withCoincidenceTopicSet(Set<Topic> coincidenceTopicSet) |
Topic |
Topic.withDuration(int duration) |
Topic |
Topic.withFrontLoadLarge(boolean frontLoadLarge) |
Topic |
Topic.withId(long id) |
Topic |
Topic.withStudentList(List<Student> studentList) |
Modifier and Type | Method and Description |
---|---|
Set<Topic> |
Topic.getCoincidenceTopicSet() |
List<Topic> |
Examination.getTopicList() |
Modifier and Type | Method and Description |
---|---|
void |
PeriodPenalty.setLeftTopic(Topic leftTopic) |
void |
PeriodPenalty.setRightTopic(Topic rightTopic) |
void |
RoomPenalty.setTopic(Topic topic) |
void |
Exam.setTopic(Topic topic) |
RoomPenalty |
RoomPenalty.withTopic(Topic topic) |
LeadingExam |
LeadingExam.withTopic(Topic topic) |
FollowingExam |
FollowingExam.withTopic(Topic topic) |
Modifier and Type | Method and Description |
---|---|
void |
Topic.setCoincidenceTopicSet(Set<Topic> coincidenceTopicSet) |
void |
Examination.setTopicList(List<Topic> topicList) |
Topic |
Topic.withCoincidenceTopicSet(Set<Topic> coincidenceTopicSet) |
Constructor and Description |
---|
PeriodPenalty(Topic leftTopic,
Topic rightTopic,
PeriodPenaltyType periodPenaltyType) |
Modifier and Type | Method and Description |
---|---|
Topic |
TopicConflict.getLeftTopic() |
Topic |
TopicConflict.getRightTopic() |
Modifier and Type | Method and Description |
---|---|
void |
TopicConflict.setLeftTopic(Topic leftTopic) |
void |
TopicConflict.setRightTopic(Topic rightTopic) |
Constructor and Description |
---|
TopicConflict(Topic leftTopic,
Topic rightTopic,
int studentSize) |
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.