OptaPlanner examples 6.1.0.Beta1

org.optaplanner.examples.examination.solver.move.factory
Class RoomChangeMoveFactory

java.lang.Object
  extended by org.optaplanner.examples.examination.solver.move.factory.RoomChangeMoveFactory
All Implemented Interfaces:
org.optaplanner.core.impl.heuristic.selector.move.factory.MoveListFactory<Examination>

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


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

Constructor Detail

RoomChangeMoveFactory

public RoomChangeMoveFactory()
Method Detail

createMoveList

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

OptaPlanner examples 6.1.0.Beta1

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