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
forceUpdateBestSolution
protected Boolean forceUpdateBestSolution
CustomSolverPhaseConfig
public CustomSolverPhaseConfig()
getCustomSolverPhaseCommandClassList
public List<Class<CustomSolverPhaseCommand>> getCustomSolverPhaseCommandClassList()
setCustomSolverPhaseCommandClassList
public void setCustomSolverPhaseCommandClassList(List<Class<CustomSolverPhaseCommand>> customSolverPhaseCommandClassList)
getForceUpdateBestSolution
public Boolean getForceUpdateBestSolution()
setForceUpdateBestSolution
public void setForceUpdateBestSolution(Boolean forceUpdateBestSolution)
buildSolverPhase
public CustomSolverPhase buildSolverPhase(int phaseIndex,
EnvironmentMode environmentMode,
SolutionDescriptor solutionDescriptor,
ScoreDefinition scoreDefinition,
Termination solverTermination)
- Specified by:
buildSolverPhase
in class SolverPhaseConfig
inherit
public void inherit(CustomSolverPhaseConfig inheritedConfig)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.