Uses of Interface
ai.timefold.solver.core.impl.phase.custom.CustomPhaseCommand
Packages that use CustomPhaseCommand
Package
Description
-
Uses of CustomPhaseCommand in ai.timefold.solver.core.config.phase.custom
Fields in ai.timefold.solver.core.config.phase.custom with type parameters of type CustomPhaseCommandModifier and TypeFieldDescriptionprotected List<Class<? extends CustomPhaseCommand>>CustomPhaseConfig.customPhaseCommandClassListprotected List<CustomPhaseCommand>CustomPhaseConfig.customPhaseCommandListMethods in ai.timefold.solver.core.config.phase.custom that return types with arguments of type CustomPhaseCommandModifier and TypeMethodDescriptionList<Class<? extends CustomPhaseCommand>>CustomPhaseConfig.getCustomPhaseCommandClassList()CustomPhaseConfig.getCustomPhaseCommandList()Methods in ai.timefold.solver.core.config.phase.custom with parameters of type CustomPhaseCommandModifier and TypeMethodDescription<Solution_>
CustomPhaseConfigCustomPhaseConfig.withCustomPhaseCommands(CustomPhaseCommand<Solution_>... customPhaseCommands) Method parameters in ai.timefold.solver.core.config.phase.custom with type arguments of type CustomPhaseCommandModifier and TypeMethodDescriptionvoidCustomPhaseConfig.setCustomPhaseCommandClassList(List<Class<? extends CustomPhaseCommand>> customPhaseCommandClassList) voidCustomPhaseConfig.setCustomPhaseCommandList(List<CustomPhaseCommand> customPhaseCommandList) CustomPhaseConfig.withCustomPhaseCommandClassList(List<Class<? extends CustomPhaseCommand>> customPhaseCommandClassList) CustomPhaseConfig.withCustomPhaseCommandList(List<CustomPhaseCommand> customPhaseCommandList) -
Uses of CustomPhaseCommand in ai.timefold.solver.core.impl.phase.custom
Classes in ai.timefold.solver.core.impl.phase.custom that implement CustomPhaseCommand