org.drools.planner.core.phase.custom
Class DefaultCustomSolverPhase
java.lang.Object
  
org.drools.planner.core.phase.AbstractSolverPhase
      
org.drools.planner.core.phase.custom.DefaultCustomSolverPhase
- All Implemented Interfaces: 
 - EventListener, CustomSolverPhase, SolverPhaseLifecycleListener, SolverPhase
 
public class DefaultCustomSolverPhase
- extends AbstractSolverPhase
- implements CustomSolverPhase
  
Default implementation of CustomSolverPhase.
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
customSolverPhaseCommandList
protected List<CustomSolverPhaseCommand> customSolverPhaseCommandList
DefaultCustomSolverPhase
public DefaultCustomSolverPhase()
setCustomSolverPhaseCommandList
public void setCustomSolverPhaseCommandList(List<CustomSolverPhaseCommand> customSolverPhaseCommandList)
 
 
solve
public void solve(DefaultSolverScope solverScope)
- Specified by:
 solve in interface SolverPhase
 
 
phaseStarted
public void phaseStarted(CustomSolverPhaseScope customSolverPhaseScope)
 
 
stepTaken
public void stepTaken(CustomStepScope customStepScope)
 
 
phaseEnded
public void phaseEnded(CustomSolverPhaseScope customSolverPhaseScope)
 
 
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.