Uses of Class
org.optaplanner.core.config.phase.PhaseConfig
Packages that use PhaseConfig
Package
Description
- 
Uses of PhaseConfig in org.optaplanner.core.config.constructionheuristicSubclasses of PhaseConfig in org.optaplanner.core.config.constructionheuristic
- 
Uses of PhaseConfig in org.optaplanner.core.config.exhaustivesearchSubclasses of PhaseConfig in org.optaplanner.core.config.exhaustivesearch
- 
Uses of PhaseConfig in org.optaplanner.core.config.localsearchSubclasses of PhaseConfig in org.optaplanner.core.config.localsearch
- 
Uses of PhaseConfig in org.optaplanner.core.config.partitionedsearchSubclasses of PhaseConfig in org.optaplanner.core.config.partitionedsearchFields in org.optaplanner.core.config.partitionedsearch with type parameters of type PhaseConfigModifier and TypeFieldDescriptionprotected List<PhaseConfig>PartitionedSearchPhaseConfig.phaseConfigListMethods in org.optaplanner.core.config.partitionedsearch that return types with arguments of type PhaseConfigMethods in org.optaplanner.core.config.partitionedsearch with parameters of type PhaseConfigModifier and TypeMethodDescriptionPartitionedSearchPhaseConfig.withPhaseConfigs(PhaseConfig... phaseConfigs) Method parameters in org.optaplanner.core.config.partitionedsearch with type arguments of type PhaseConfigModifier and TypeMethodDescriptionvoidPartitionedSearchPhaseConfig.setPhaseConfigList(List<PhaseConfig> phaseConfigList) PartitionedSearchPhaseConfig.withPhaseConfigList(List<PhaseConfig> phaseConfigList) 
- 
Uses of PhaseConfig in org.optaplanner.core.config.phaseClasses in org.optaplanner.core.config.phase with type parameters of type PhaseConfigSubclasses of PhaseConfig in org.optaplanner.core.config.phase
- 
Uses of PhaseConfig in org.optaplanner.core.config.phase.customSubclasses of PhaseConfig in org.optaplanner.core.config.phase.custom
- 
Uses of PhaseConfig in org.optaplanner.core.config.solverFields in org.optaplanner.core.config.solver with type parameters of type PhaseConfigMethods in org.optaplanner.core.config.solver that return types with arguments of type PhaseConfigMethods in org.optaplanner.core.config.solver with parameters of type PhaseConfigMethod parameters in org.optaplanner.core.config.solver with type arguments of type PhaseConfigModifier and TypeMethodDescriptionvoidSolverConfig.setPhaseConfigList(List<PhaseConfig> phaseConfigList) SolverConfig.withPhaseList(List<PhaseConfig> phaseConfigList) 
- 
Uses of PhaseConfig in org.optaplanner.core.impl.partitionedsearchFields in org.optaplanner.core.impl.partitionedsearch with type parameters of type PhaseConfigModifier and TypeFieldDescriptionprotected final List<PhaseConfig>DefaultPartitionedSearchPhase.phaseConfigListConstructor parameters in org.optaplanner.core.impl.partitionedsearch with type arguments of type PhaseConfigModifierConstructorDescriptionBuilder(int phaseIndex, String logIndentation, Termination<Solution_> phaseTermination, SolutionPartitioner<Solution_> solutionPartitioner, ThreadFactory threadFactory, Integer runnablePartThreadLimit, List<PhaseConfig> phaseConfigList, HeuristicConfigPolicy<Solution_> configPolicy) 
- 
Uses of PhaseConfig in org.optaplanner.core.impl.phaseClasses in org.optaplanner.core.impl.phase with type parameters of type PhaseConfigModifier and TypeClassDescriptionclassAbstractPhaseFactory<Solution_,PhaseConfig_ extends PhaseConfig<PhaseConfig_>> Fields in org.optaplanner.core.impl.phase declared as PhaseConfigMethods in org.optaplanner.core.impl.phase with parameters of type PhaseConfigModifier and TypeMethodDescriptionstatic <Solution_>
 PhaseFactory<Solution_>PhaseFactory.create(PhaseConfig<?> phaseConfig) Method parameters in org.optaplanner.core.impl.phase with type arguments of type PhaseConfigModifier and TypeMethodDescriptionPhaseFactory.buildPhases(List<PhaseConfig> phaseConfigList, HeuristicConfigPolicy<Solution_> configPolicy, BestSolutionRecaller<Solution_> bestSolutionRecaller, Termination<Solution_> termination)