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