OptaPlanner core 6.0.0.CR2

org.optaplanner.core.config.bruteforce
Class BruteForceSolverPhaseConfig

java.lang.Object
  extended by org.optaplanner.core.config.phase.SolverPhaseConfig
      extended by org.optaplanner.core.config.bruteforce.BruteForceSolverPhaseConfig

public class BruteForceSolverPhaseConfig
extends SolverPhaseConfig


Constructor Summary
BruteForceSolverPhaseConfig()
           
 
Method Summary
 BruteForceSolverPhase buildSolverPhase(int phaseIndex, HeuristicConfigPolicy solverConfigPolicy, Termination solverTermination)
           
 void inherit(BruteForceSolverPhaseConfig inheritedConfig)
           
 
Methods inherited from class org.optaplanner.core.config.phase.SolverPhaseConfig
configureSolverPhase, getTerminationConfig, inherit, setTerminationConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BruteForceSolverPhaseConfig

public BruteForceSolverPhaseConfig()
Method Detail

buildSolverPhase

public BruteForceSolverPhase buildSolverPhase(int phaseIndex,
                                              HeuristicConfigPolicy solverConfigPolicy,
                                              Termination solverTermination)
Specified by:
buildSolverPhase in class SolverPhaseConfig

inherit

public void inherit(BruteForceSolverPhaseConfig inheritedConfig)

OptaPlanner core 6.0.0.CR2

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