OptaPlanner examples 6.2.0.CR1

org.optaplanner.examples.cloudbalancing.solver.move.factory
Class CloudComputerChangeMoveFactory

java.lang.Object
  extended by org.optaplanner.examples.cloudbalancing.solver.move.factory.CloudComputerChangeMoveFactory
All Implemented Interfaces:
org.optaplanner.core.impl.heuristic.selector.move.factory.MoveListFactory<CloudBalance>

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


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

Constructor Detail

CloudComputerChangeMoveFactory

public CloudComputerChangeMoveFactory()
Method Detail

createMoveList

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

OptaPlanner examples 6.2.0.CR1

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