org.drools.planner.config.bruteforce
Class BruteForceSolverPhaseConfig

java.lang.Object
  extended by org.drools.planner.config.phase.SolverPhaseConfig
      extended by org.drools.planner.config.bruteforce.BruteForceSolverPhaseConfig

public class BruteForceSolverPhaseConfig
extends SolverPhaseConfig


Constructor Summary
BruteForceSolverPhaseConfig()
           
 
Method Summary
 BruteForceSolverPhase buildSolverPhase(EnvironmentMode environmentMode, SolutionDescriptor solutionDescriptor, ScoreDefinition scoreDefinition, Termination solverTermination)
           
 void inherit(BruteForceSolverPhaseConfig inheritedConfig)
           
 
Methods inherited from class org.drools.planner.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(EnvironmentMode environmentMode,
                                              SolutionDescriptor solutionDescriptor,
                                              ScoreDefinition scoreDefinition,
                                              Termination solverTermination)
Specified by:
buildSolverPhase in class SolverPhaseConfig

inherit

public void inherit(BruteForceSolverPhaseConfig inheritedConfig)


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