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 |
---|---|
Bed |
BedDesignation.getBed() |
Modifier and Type | Method and Description |
---|---|
List<Bed> |
PatientAdmissionSchedule.getBedList() |
List<Bed> |
Room.getBedList() |
Modifier and Type | Method and Description |
---|---|
void |
BedDesignation.setBed(Bed bed) |
Modifier and Type | Method and Description |
---|---|
void |
PatientAdmissionSchedule.setBedList(List<Bed> bedList) |
void |
Room.setBedList(List<Bed> bedList) |
Modifier and Type | Method and Description |
---|---|
int |
BedStrengthComparator.compare(Bed a,
Bed b) |
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) |
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.