| Package | Description |
|---|---|
| org.optaplanner.examples.pas.domain | |
| org.optaplanner.examples.pas.domain.solver | |
| org.optaplanner.examples.pas.solver.move |
| Modifier and Type | Method and Description |
|---|---|
List<BedDesignation> |
PatientAdmissionSchedule.getBedDesignationList() |
| Modifier and Type | Method and Description |
|---|---|
void |
PatientAdmissionSchedule.setBedDesignationList(List<BedDesignation> bedDesignationList) |
| Modifier and Type | Method and Description |
|---|---|
Comparable |
BedDesignationDifficultyWeightFactory.createSorterWeight(PatientAdmissionSchedule schedule,
BedDesignation bedDesignation) |
| Constructor and Description |
|---|
BedDesignationDifficultyWeightFactory.BedDesignationDifficultyWeight(BedDesignation bedDesignation,
int hardDisallowedCount,
int softDisallowedCount) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PatientAdmissionMoveHelper.moveBed(org.optaplanner.core.impl.score.director.ScoreDirector scoreDirector,
BedDesignation bedDesignation,
Bed toBed) |
| Constructor and Description |
|---|
BedChangeMove(BedDesignation bedDesignation,
Bed toBed) |
BedDesignationSwapMove(BedDesignation leftBedDesignation,
BedDesignation rightBedDesignation) |
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.