Class AbstractCustomPhaseCommand<Solution_>
- java.lang.Object
-
- org.optaplanner.core.impl.phase.custom.AbstractCustomPhaseCommand<Solution_>
-
- Type Parameters:
Solution_
- the solution type, the class with thePlanningSolution
annotation
- All Implemented Interfaces:
CustomPhaseCommand<Solution_>
- Direct Known Subclasses:
NoChangeCustomPhaseCommand
@Deprecated public abstract class AbstractCustomPhaseCommand<Solution_> extends Object implements CustomPhaseCommand<Solution_>
Deprecated.Use the {@link CustomPhaseCommand)} interface directly instead.Abstract superclass forCustomPhaseCommand
.
-
-
Constructor Summary
Constructors Constructor Description AbstractCustomPhaseCommand()
Deprecated.
-