OptaPlanner examples 6.0.1.Final

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

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

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


Constructor Summary
PeriodChangeMoveFactory()
           
 
Method Summary
 List<org.optaplanner.core.impl.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

PeriodChangeMoveFactory

public PeriodChangeMoveFactory()
Method Detail

createMoveList

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

OptaPlanner examples 6.0.1.Final

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