Package | Description |
---|---|
org.optaplanner.examples.examination.domain | |
org.optaplanner.examples.examination.domain.solver |
Modifier and Type | Field and Description |
---|---|
protected LeadingExam |
FollowingExam.leadingExam |
Modifier and Type | Method and Description |
---|---|
LeadingExam |
FollowingExam.getLeadingExam() |
LeadingExam |
LeadingExam.withFollowingExamList(List<FollowingExam> followingExamList) |
LeadingExam |
LeadingExam.withId(long id) |
LeadingExam |
LeadingExam.withPeriod(Period period) |
LeadingExam |
LeadingExam.withRoom(Room room) |
LeadingExam |
LeadingExam.withTopic(Topic topic) |
Modifier and Type | Method and Description |
---|---|
void |
FollowingExam.setLeadingExam(LeadingExam leadingExam) |
FollowingExam |
FollowingExam.withLeadingExam(LeadingExam leadingExam) |
Modifier and Type | Method and Description |
---|---|
void |
PeriodUpdatingVariableListener.afterEntityAdded(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
LeadingExam leadingExam) |
void |
PeriodUpdatingVariableListener.afterEntityRemoved(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
LeadingExam leadingExam) |
void |
PeriodUpdatingVariableListener.afterVariableChanged(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
LeadingExam leadingExam) |
void |
PeriodUpdatingVariableListener.beforeEntityAdded(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
LeadingExam leadingExam) |
void |
PeriodUpdatingVariableListener.beforeEntityRemoved(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
LeadingExam leadingExam) |
void |
PeriodUpdatingVariableListener.beforeVariableChanged(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
LeadingExam leadingExam) |
protected void |
PeriodUpdatingVariableListener.updatePeriod(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
LeadingExam leadingExam) |
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.