Uses of Interface
org.optaplanner.core.impl.phase.PhaseFactory
-
-
Uses of PhaseFactory in org.optaplanner.core.impl.constructionheuristic
Classes in org.optaplanner.core.impl.constructionheuristic that implement PhaseFactory Modifier and Type Class Description class
DefaultConstructionHeuristicPhaseFactory<Solution_>
-
Uses of PhaseFactory in org.optaplanner.core.impl.exhaustivesearch
Classes in org.optaplanner.core.impl.exhaustivesearch that implement PhaseFactory Modifier and Type Class Description class
DefaultExhaustiveSearchPhaseFactory<Solution_>
-
Uses of PhaseFactory in org.optaplanner.core.impl.localsearch
Classes in org.optaplanner.core.impl.localsearch that implement PhaseFactory Modifier and Type Class Description class
DefaultLocalSearchPhaseFactory<Solution_>
-
Uses of PhaseFactory in org.optaplanner.core.impl.partitionedsearch
Classes in org.optaplanner.core.impl.partitionedsearch that implement PhaseFactory Modifier and Type Class Description class
DefaultPartitionedSearchPhaseFactory<Solution_>
-
Uses of PhaseFactory in org.optaplanner.core.impl.phase
Classes in org.optaplanner.core.impl.phase that implement PhaseFactory Modifier and Type Class Description class
AbstractPhaseFactory<Solution_,PhaseConfig_ extends PhaseConfig<PhaseConfig_>>
class
NoChangePhaseFactory<Solution_>
Methods in org.optaplanner.core.impl.phase that return PhaseFactory Modifier and Type Method Description static <Solution_>
PhaseFactory<Solution_>PhaseFactory. create(PhaseConfig<?> phaseConfig)
-
Uses of PhaseFactory in org.optaplanner.core.impl.phase.custom
Classes in org.optaplanner.core.impl.phase.custom that implement PhaseFactory Modifier and Type Class Description class
DefaultCustomPhaseFactory<Solution_>
-