OptaPlanner examples 6.2.0.CR1

org.optaplanner.examples.nurserostering.solver.move.factory
Class EmployeeChangeMoveFactory

java.lang.Object
  extended by org.optaplanner.examples.nurserostering.solver.move.factory.EmployeeChangeMoveFactory
All Implemented Interfaces:
org.optaplanner.core.impl.heuristic.selector.move.factory.MoveListFactory<NurseRoster>

public class EmployeeChangeMoveFactory
extends Object
implements org.optaplanner.core.impl.heuristic.selector.move.factory.MoveListFactory<NurseRoster>


Constructor Summary
EmployeeChangeMoveFactory()
           
 
Method Summary
 List<org.optaplanner.core.impl.heuristic.move.Move> createMoveList(NurseRoster nurseRoster)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmployeeChangeMoveFactory

public EmployeeChangeMoveFactory()
Method Detail

createMoveList

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

OptaPlanner examples 6.2.0.CR1

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