Class DefaultCustomPhase.Builder<Solution_>
java.lang.Object
org.optaplanner.core.impl.phase.AbstractPhase.Builder<Solution_>
org.optaplanner.core.impl.phase.custom.DefaultCustomPhase.Builder<Solution_>
- Enclosing class:
 - DefaultCustomPhase<Solution_>
 
- 
Constructor Summary
ConstructorsConstructorDescriptionBuilder(int phaseIndex, String logIndentation, Termination<Solution_> phaseTermination, List<CustomPhaseCommand<Solution_>> customPhaseCommandList)  - 
Method Summary
Methods inherited from class org.optaplanner.core.impl.phase.AbstractPhase.Builder
setAssertExpectedStepScore, setAssertShadowVariablesAreNotStaleAfterStep, setAssertStepScoreFromScratch 
- 
Constructor Details
- 
Builder
public Builder(int phaseIndex, String logIndentation, Termination<Solution_> phaseTermination, List<CustomPhaseCommand<Solution_>> customPhaseCommandList)  
 - 
 - 
Method Details
- 
build
- Specified by:
 buildin classAbstractPhase.Builder<Solution_>
 
 -