Uses of Class
ai.timefold.solver.core.config.phase.custom.CustomPhaseConfig
-
Packages that use CustomPhaseConfig Package Description ai.timefold.solver.core.config.phase.custom ai.timefold.solver.core.impl.phase.custom -
-
Uses of CustomPhaseConfig in ai.timefold.solver.core.config.phase.custom
Methods in ai.timefold.solver.core.config.phase.custom that return CustomPhaseConfig Modifier and Type Method Description CustomPhaseConfigCustomPhaseConfig. copyConfig()CustomPhaseConfigCustomPhaseConfig. inherit(CustomPhaseConfig inheritedConfig)CustomPhaseConfigCustomPhaseConfig. withCustomPhaseCommandClassList(List<Class<? extends CustomPhaseCommand>> customPhaseCommandClassList)CustomPhaseConfigCustomPhaseConfig. withCustomPhaseCommandList(List<CustomPhaseCommand> customPhaseCommandList)<Solution_>
CustomPhaseConfigCustomPhaseConfig. withCustomPhaseCommands(CustomPhaseCommand<Solution_>... customPhaseCommands)CustomPhaseConfigCustomPhaseConfig. withCustomProperties(Map<String,String> customProperties)Methods in ai.timefold.solver.core.config.phase.custom with parameters of type CustomPhaseConfig Modifier and Type Method Description CustomPhaseConfigCustomPhaseConfig. inherit(CustomPhaseConfig inheritedConfig) -
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 Constructor Description DefaultCustomPhaseFactory(CustomPhaseConfig phaseConfig)
-