Uses of Interface
ai.timefold.solver.core.impl.phase.custom.CustomPhaseCommand
-
Packages that use CustomPhaseCommand Package Description ai.timefold.solver.core.config.phase.custom ai.timefold.solver.core.impl.phase.custom -
-
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 CustomPhaseCommand Modifier and Type Field Description protected 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 CustomPhaseCommand Modifier and Type Method Description List<Class<? extends CustomPhaseCommand>>CustomPhaseConfig. getCustomPhaseCommandClassList()List<CustomPhaseCommand>CustomPhaseConfig. getCustomPhaseCommandList()Methods in ai.timefold.solver.core.config.phase.custom with parameters of type CustomPhaseCommand Modifier and Type Method Description <Solution_>
CustomPhaseConfigCustomPhaseConfig. withCustomPhaseCommands(CustomPhaseCommand<Solution_>... customPhaseCommands)Method parameters in ai.timefold.solver.core.config.phase.custom with type arguments of type CustomPhaseCommand Modifier and Type Method Description voidCustomPhaseConfig. setCustomPhaseCommandClassList(List<Class<? extends CustomPhaseCommand>> customPhaseCommandClassList)voidCustomPhaseConfig. setCustomPhaseCommandList(List<CustomPhaseCommand> customPhaseCommandList)CustomPhaseConfigCustomPhaseConfig. withCustomPhaseCommandClassList(List<Class<? extends CustomPhaseCommand>> customPhaseCommandClassList)CustomPhaseConfigCustomPhaseConfig. 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 Modifier and Type Class Description classNoChangeCustomPhaseCommandMakes no changes.
-