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 |
---|---|
BedDesignationDifficultyWeightFactory.BedDesignationDifficultyWeight |
BedDesignationDifficultyWeightFactory.createSorterWeight(PatientAdmissionSchedule schedule,
BedDesignation bedDesignation) |
Constructor and Description |
---|
BedDesignationDifficultyWeight(BedDesignation bedDesignation,
int hardDisallowedCount,
int softDisallowedCount) |
Modifier and Type | Method and Description |
---|---|
static void |
PatientAdmissionMoveHelper.moveBed(org.optaplanner.core.impl.score.director.ScoreDirector<PatientAdmissionSchedule> scoreDirector,
BedDesignation bedDesignation,
Bed toBed) |
Constructor and Description |
---|
BedChangeMove(BedDesignation bedDesignation,
Bed toBed) |
BedDesignationSwapMove(BedDesignation leftBedDesignation,
BedDesignation rightBedDesignation) |
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.