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 -
Method Summary
Modifier and TypeMethodDescriptionList<org.optaplanner.core.impl.heuristic.move.Move<PatientAdmissionSchedule>>createMoveList(PatientAdmissionSchedule patientAdmissionSchedule)
-
Constructor Details
-
BedDesignationPillarPartSwapMoveFactory
public BedDesignationPillarPartSwapMoveFactory()
-
-
Method Details
-
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>
-