OptaPlanner examples 6.1.0.Beta3

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

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

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


Constructor Summary
ShiftAssignmentSequenceSwitchLength3MoveFactory()
           
 
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

ShiftAssignmentSequenceSwitchLength3MoveFactory

public ShiftAssignmentSequenceSwitchLength3MoveFactory()
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.1.0.Beta3

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