Package | Description |
---|---|
org.optaplanner.examples.examination.domain |
Modifier and Type | Field and Description |
---|---|
protected Period |
LeadingExam.period |
protected Period |
FollowingExam.period |
Modifier and Type | Method and Description |
---|---|
Period |
LeadingExam.getPeriod() |
Period |
FollowingExam.getPeriod() |
abstract Period |
Exam.getPeriod() |
Modifier and Type | Method and Description |
---|---|
List<Period> |
Examination.getPeriodList() |
Modifier and Type | Method and Description |
---|---|
void |
LeadingExam.setPeriod(Period period) |
void |
FollowingExam.setPeriod(Period period) |
Modifier and Type | Method and Description |
---|---|
void |
Examination.setPeriodList(List<Period> periodList) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.