OptaPlanner examples 6.1.0.Beta1

org.optaplanner.examples.pas.solver.move.factory
Class BedDesignationSwapMoveFactory

java.lang.Object
  extended by org.optaplanner.examples.pas.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
BedDesignationSwapMoveFactory()
           
 
Method Summary
 List<org.optaplanner.core.impl.heuristic.move.Move> createMoveList(PatientAdmissionSchedule patientAdmissionSchedule)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BedDesignationSwapMoveFactory

public BedDesignationSwapMoveFactory()
Method Detail

createMoveList

public List<org.optaplanner.core.impl.heuristic.move.Move> createMoveList(PatientAdmissionSchedule patientAdmissionSchedule)
Specified by:
createMoveList in interface org.optaplanner.core.impl.heuristic.selector.move.factory.MoveListFactory<PatientAdmissionSchedule>

OptaPlanner examples 6.1.0.Beta1

Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.