org.drools.planner.config.phase.custom
Class CustomSolverPhaseConfig
java.lang.Object
  
org.drools.planner.config.phase.SolverPhaseConfig
      
org.drools.planner.config.phase.custom.CustomSolverPhaseConfig
public class CustomSolverPhaseConfig
- extends SolverPhaseConfig
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
customSolverPhaseCommandClassList
protected List<Class<CustomSolverPhaseCommand>> customSolverPhaseCommandClassList
CustomSolverPhaseConfig
public CustomSolverPhaseConfig()
getCustomSolverPhaseCommandClassList
public List<Class<CustomSolverPhaseCommand>> getCustomSolverPhaseCommandClassList()
 
setCustomSolverPhaseCommandClassList
public void setCustomSolverPhaseCommandClassList(List<Class<CustomSolverPhaseCommand>> customSolverPhaseCommandClassList)
 
buildSolverPhase
public CustomSolverPhase buildSolverPhase(EnvironmentMode environmentMode,
                                          SolutionDescriptor solutionDescriptor,
                                          ScoreDefinition scoreDefinition,
                                          Termination solverTermination)
- Specified by:
 buildSolverPhase in class SolverPhaseConfig
 
 
inherit
public void inherit(CustomSolverPhaseConfig inheritedConfig)
 
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.