Uses of Interface
ai.timefold.solver.core.api.solver.phase.PhaseCommand
Packages that use PhaseCommand
Package
Description
-
Uses of PhaseCommand in ai.timefold.solver.core.config.phase.custom
Fields in ai.timefold.solver.core.config.phase.custom with type parameters of type PhaseCommandModifier and TypeFieldDescriptionprotected @Nullable List<Class<? extends PhaseCommand>>CustomPhaseConfig.customPhaseCommandClassListprotected @Nullable List<? extends PhaseCommand>CustomPhaseConfig.customPhaseCommandListMethods in ai.timefold.solver.core.config.phase.custom that return types with arguments of type PhaseCommandModifier and TypeMethodDescription@Nullable List<Class<? extends PhaseCommand>>CustomPhaseConfig.getCustomPhaseCommandClassList()@Nullable List<? extends PhaseCommand>CustomPhaseConfig.getCustomPhaseCommandList()Methods in ai.timefold.solver.core.config.phase.custom with parameters of type PhaseCommandModifier and TypeMethodDescription<Solution_>
CustomPhaseConfigCustomPhaseConfig.withCustomPhaseCommands(PhaseCommand<Solution_>... customPhaseCommands) Method parameters in ai.timefold.solver.core.config.phase.custom with type arguments of type PhaseCommandModifier and TypeMethodDescriptionvoidCustomPhaseConfig.setCustomPhaseCommandClassList(@Nullable List<Class<? extends PhaseCommand>> customPhaseCommandClassList) voidCustomPhaseConfig.setCustomPhaseCommandList(@Nullable List<? extends PhaseCommand> customPhaseCommandList) CustomPhaseConfig.withCustomPhaseCommandClassList(List<Class<? extends PhaseCommand>> customPhaseCommandClassList) CustomPhaseConfig.withCustomPhaseCommandList(List<? extends PhaseCommand> customPhaseCommandList) -
Uses of PhaseCommand in ai.timefold.solver.core.impl.phase.custom
Subinterfaces of PhaseCommand in ai.timefold.solver.core.impl.phase.customModifier and TypeInterfaceDescriptioninterfaceCustomPhaseCommand<Solution_>Deprecated, for removal: This API element is subject to removal in a future version.Constructor parameters in ai.timefold.solver.core.impl.phase.custom with type arguments of type PhaseCommandModifierConstructorDescriptionDefaultCustomPhaseBuilder(int phaseIndex, boolean lastInitializingPhase, String logIndentation, PhaseTermination<Solution_> phaseTermination, List<PhaseCommand<Solution_>> customPhaseCommandList)
PhaseCommandinstead.