Uses of Class
org.optaplanner.core.config.phase.custom.CustomPhaseConfig
Packages that use CustomPhaseConfig
- 
Uses of CustomPhaseConfig in org.optaplanner.core.config.phase.custom
Methods in org.optaplanner.core.config.phase.custom that return CustomPhaseConfigModifier and TypeMethodDescriptionCustomPhaseConfig.copyConfig()CustomPhaseConfig.inherit(CustomPhaseConfig inheritedConfig) CustomPhaseConfig.withCustomPhaseCommandClassList(List<Class<? extends CustomPhaseCommand>> customPhaseCommandClassList) CustomPhaseConfig.withCustomPhaseCommandList(List<CustomPhaseCommand> customPhaseCommandList) <Solution_>
CustomPhaseConfigCustomPhaseConfig.withCustomPhaseCommands(CustomPhaseCommand<Solution_>... customPhaseCommands) CustomPhaseConfig.withCustomProperties(Map<String, String> customProperties) Methods in org.optaplanner.core.config.phase.custom with parameters of type CustomPhaseConfig - 
Uses of CustomPhaseConfig in org.optaplanner.core.impl.phase.custom
Constructors in org.optaplanner.core.impl.phase.custom with parameters of type CustomPhaseConfig