Uses of Interface
org.optaplanner.core.impl.phase.custom.CustomPhaseCommand
-
Uses of CustomPhaseCommand in org.optaplanner.core.config.phase.custom
Modifier and TypeFieldDescriptionprotected List<Class<? extends CustomPhaseCommand>>
CustomPhaseConfig.customPhaseCommandClassList
protected List<CustomPhaseCommand>
CustomPhaseConfig.customPhaseCommandList
Modifier and TypeMethodDescriptionList<Class<? extends CustomPhaseCommand>>
CustomPhaseConfig.getCustomPhaseCommandClassList()
CustomPhaseConfig.getCustomPhaseCommandList()
Modifier and TypeMethodDescription<Solution_>
CustomPhaseConfigCustomPhaseConfig.withCustomPhaseCommands
(CustomPhaseCommand<Solution_>... customPhaseCommands) Modifier and TypeMethodDescriptionvoid
CustomPhaseConfig.setCustomPhaseCommandClassList
(List<Class<? extends CustomPhaseCommand>> customPhaseCommandClassList) void
CustomPhaseConfig.setCustomPhaseCommandList
(List<CustomPhaseCommand> customPhaseCommandList) CustomPhaseConfig.withCustomPhaseCommandClassList
(List<Class<? extends CustomPhaseCommand>> customPhaseCommandClassList) CustomPhaseConfig.withCustomPhaseCommandList
(List<CustomPhaseCommand> customPhaseCommandList) -
Uses of CustomPhaseCommand in org.optaplanner.core.impl.phase.custom
Modifier and TypeFieldDescriptionprotected final List<CustomPhaseCommand<Solution_>>
DefaultCustomPhase.customPhaseCommandList
ModifierConstructorDescriptionBuilder
(int phaseIndex, String logIndentation, Termination<Solution_> phaseTermination, List<CustomPhaseCommand<Solution_>> customPhaseCommandList)