Uses of Interface
org.optaplanner.core.impl.phase.custom.CustomPhaseCommand
Packages that use CustomPhaseCommand
- 
Uses of CustomPhaseCommand in org.optaplanner.core.config.phase.customFields in org.optaplanner.core.config.phase.custom with type parameters of type CustomPhaseCommandModifier and TypeFieldDescriptionprotected List<Class<? extends CustomPhaseCommand>>CustomPhaseConfig.customPhaseCommandClassListprotected List<CustomPhaseCommand>CustomPhaseConfig.customPhaseCommandListMethods in org.optaplanner.core.config.phase.custom that return types with arguments of type CustomPhaseCommandModifier and TypeMethodDescriptionList<Class<? extends CustomPhaseCommand>>CustomPhaseConfig.getCustomPhaseCommandClassList()CustomPhaseConfig.getCustomPhaseCommandList()Methods in org.optaplanner.core.config.phase.custom with parameters of type CustomPhaseCommandModifier and TypeMethodDescription<Solution_>
 CustomPhaseConfigCustomPhaseConfig.withCustomPhaseCommands(CustomPhaseCommand<Solution_>... customPhaseCommands) Method parameters in org.optaplanner.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 org.optaplanner.core.impl.phase.customClasses in org.optaplanner.core.impl.phase.custom that implement CustomPhaseCommand