OptaPlanner examples 6.0.0.Beta4

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

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

public class ShiftAssignmentSwapMoveFactory
extends Object
implements org.optaplanner.core.impl.heuristic.selector.move.factory.MoveListFactory


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

Constructor Detail

ShiftAssignmentSwapMoveFactory

public ShiftAssignmentSwapMoveFactory()
Method Detail

createMoveList

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

OptaPlanner examples 6.0.0.Beta4

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