Uses of Class
org.optaplanner.core.config.phase.custom.CustomPhaseConfig
-
Packages that use CustomPhaseConfig Package Description org.optaplanner.core.config.phase.custom -
-
Uses of CustomPhaseConfig in org.optaplanner.core.config.phase.custom
Methods in org.optaplanner.core.config.phase.custom that return CustomPhaseConfig Modifier and Type Method Description CustomPhaseConfig
CustomPhaseConfig. copyConfig()
CustomPhaseConfig
CustomPhaseConfig. inherit(CustomPhaseConfig inheritedConfig)
CustomPhaseConfig
CustomPhaseConfig. withCustomPhaseCommandClassList(List<Class<? extends CustomPhaseCommand>> customPhaseCommandClassList)
CustomPhaseConfig
CustomPhaseConfig. withCustomPhaseCommandList(List<CustomPhaseCommand<?>> customPhaseCommandList)
CustomPhaseConfig
CustomPhaseConfig. withCustomPhaseCommands(CustomPhaseCommand<?>... customPhaseCommands)
Methods in org.optaplanner.core.config.phase.custom with parameters of type CustomPhaseConfig Modifier and Type Method Description CustomPhaseConfig
CustomPhaseConfig. inherit(CustomPhaseConfig inheritedConfig)
-