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