OptaPlanner core 6.0.1.Final

Uses of Class
org.optaplanner.core.impl.phase.custom.scope.CustomStepScope

Packages that use CustomStepScope
org.optaplanner.core.impl.phase.custom   
org.optaplanner.core.impl.phase.custom.scope   
 

Uses of CustomStepScope in org.optaplanner.core.impl.phase.custom
 

Methods in org.optaplanner.core.impl.phase.custom with parameters of type CustomStepScope
 void DefaultCustomSolverPhase.stepEnded(CustomStepScope stepScope)
           
 void DefaultCustomSolverPhase.stepStarted(CustomStepScope stepScope)
           
 

Uses of CustomStepScope in org.optaplanner.core.impl.phase.custom.scope
 

Methods in org.optaplanner.core.impl.phase.custom.scope that return CustomStepScope
 CustomStepScope CustomSolverPhaseScope.getLastCompletedStepScope()
           
 

Methods in org.optaplanner.core.impl.phase.custom.scope with parameters of type CustomStepScope
 void CustomSolverPhaseScope.setLastCompletedStepScope(CustomStepScope lastCompletedStepScope)
           
 


OptaPlanner core 6.0.1.Final

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