Package org.optaplanner.core.impl.phase
Class NoChangePhase.Builder<Solution_>
- java.lang.Object
-
- org.optaplanner.core.impl.phase.AbstractPhase.Builder<Solution_>
-
- org.optaplanner.core.impl.phase.NoChangePhase.Builder<Solution_>
-
- Enclosing class:
- NoChangePhase<Solution_>
public static class NoChangePhase.Builder<Solution_> extends AbstractPhase.Builder<Solution_>
-
-
Constructor Summary
Constructors Constructor Description Builder(int phaseIndex, String logIndentation, Termination<Solution_> phaseTermination)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NoChangePhase<Solution_>
build()
-
Methods inherited from class org.optaplanner.core.impl.phase.AbstractPhase.Builder
setAssertExpectedStepScore, setAssertShadowVariablesAreNotStaleAfterStep, setAssertStepScoreFromScratch
-
-
-
-
Constructor Detail
-
Builder
public Builder(int phaseIndex, String logIndentation, Termination<Solution_> phaseTermination)
-
-
Method Detail
-
build
public NoChangePhase<Solution_> build()
- Specified by:
build
in classAbstractPhase.Builder<Solution_>
-
-