Class BedDesignationSwapMoveFactory
- java.lang.Object
-
- org.optaplanner.examples.pas.optional.solver.move.factory.BedDesignationSwapMoveFactory
-
- All Implemented Interfaces:
org.optaplanner.core.impl.heuristic.selector.move.factory.MoveListFactory<PatientAdmissionSchedule>
public class BedDesignationSwapMoveFactory extends Object implements org.optaplanner.core.impl.heuristic.selector.move.factory.MoveListFactory<PatientAdmissionSchedule>
-
-
Constructor Summary
Constructors Constructor Description BedDesignationSwapMoveFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BedDesignationSwapMove>createMoveList(PatientAdmissionSchedule patientAdmissionSchedule)
-
-
-
Method Detail
-
createMoveList
public List<BedDesignationSwapMove> createMoveList(PatientAdmissionSchedule patientAdmissionSchedule)
- Specified by:
createMoveListin interfaceorg.optaplanner.core.impl.heuristic.selector.move.factory.MoveListFactory<PatientAdmissionSchedule>
-
-