|
OptaPlanner distribution 6.1.0.CR2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Topic | |
|---|---|
| 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 | |
|---|---|
protected Topic |
Exam.topic
|
| Methods in org.optaplanner.examples.examination.domain that return Topic | |
|---|---|
Topic |
PeriodPenalty.getLeftTopic()
|
Topic |
PeriodPenalty.getRightTopic()
|
Topic |
RoomPenalty.getTopic()
|
Topic |
Exam.getTopic()
|
| Methods in org.optaplanner.examples.examination.domain that return types with arguments of type Topic | |
|---|---|
Set<Topic> |
Topic.getCoincidenceTopicSet()
|
List<Topic> |
Examination.getTopicList()
|
| Methods in org.optaplanner.examples.examination.domain with parameters of type Topic | |
|---|---|
void |
PeriodPenalty.setLeftTopic(Topic leftTopic)
|
void |
PeriodPenalty.setRightTopic(Topic rightTopic)
|
void |
RoomPenalty.setTopic(Topic topic)
|
void |
Exam.setTopic(Topic topic)
|
| Method parameters in org.optaplanner.examples.examination.domain with type arguments of type Topic | |
|---|---|
void |
Topic.setCoincidenceTopicSet(Set<Topic> coincidenceTopicSet)
|
void |
Examination.setTopicList(List<Topic> topicList)
|
| Uses of Topic in org.optaplanner.examples.examination.domain.solver |
|---|
| Methods in org.optaplanner.examples.examination.domain.solver that return Topic | |
|---|---|
Topic |
TopicConflict.getLeftTopic()
|
Topic |
TopicConflict.getRightTopic()
|
| Methods in org.optaplanner.examples.examination.domain.solver with parameters of type Topic | |
|---|---|
void |
TopicConflict.setLeftTopic(Topic leftTopic)
|
void |
TopicConflict.setRightTopic(Topic rightTopic)
|
| Constructors in org.optaplanner.examples.examination.domain.solver with parameters of type Topic | |
|---|---|
TopicConflict(Topic leftTopic,
Topic rightTopic,
int studentSize)
|
|
|
OptaPlanner distribution 6.1.0.CR2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||