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() |
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) |
Modifier and Type | Method and Description |
---|---|
void |
Topic.setCoincidenceTopicSet(Set<Topic> coincidenceTopicSet) |
void |
Examination.setTopicList(List<Topic> topicList) |
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–2019 JBoss by Red Hat. All rights reserved.