Package | Description |
---|---|
org.optaplanner.examples.examination.domain | |
org.optaplanner.examples.examination.solver.move |
Modifier and Type | Method and Description |
---|---|
Period |
Exam.getPeriod() |
Modifier and Type | Method and Description |
---|---|
List<Period> |
Examination.getPeriodList() |
Modifier and Type | Method and Description |
---|---|
void |
Exam.setPeriod(Period period) |
Modifier and Type | Method and Description |
---|---|
void |
Examination.setPeriodList(List<Period> periodList) |
Modifier and Type | Method and Description |
---|---|
static void |
ExaminationMoveHelper.moveExam(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
Exam exam,
Period period,
Room room) |
static void |
ExaminationMoveHelper.movePeriod(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
Exam exam,
Period period) |
static void |
ExaminationMoveHelper.movePeriodCoincidence(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
Exam exam,
Period period) |
Constructor and Description |
---|
PeriodChangeMove(Exam exam,
Period toPeriod) |
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.