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 -
Method Summary
Modifier and TypeMethodDescriptioncreateMoveList(PatientAdmissionSchedule patientAdmissionSchedule)
-
Constructor Details
-
BedDesignationSwapMoveFactory
public BedDesignationSwapMoveFactory()
-
-
Method Details
-
createMoveList
public List<BedDesignationSwapMove> createMoveList(PatientAdmissionSchedule patientAdmissionSchedule) - Specified by:
createMoveListin interfaceorg.optaplanner.core.impl.heuristic.selector.move.factory.MoveListFactory<PatientAdmissionSchedule>
-