Class AbstractPhase<Solution_>

java.lang.Object
org.optaplanner.core.impl.phase.AbstractPhase<Solution_>
Type Parameters:
Solution_ - the solution type, the class with the PlanningSolution annotation
All Implemented Interfaces:
EventListener, PhaseLifecycleListener<Solution_>, Phase<Solution_>, SolverLifecycleListener<Solution_>
Direct Known Subclasses:
DefaultConstructionHeuristicPhase, DefaultExhaustiveSearchPhase, DefaultLocalSearchPhase, DefaultPartitionedSearchPhase, NoChangePhase

public abstract class AbstractPhase<Solution_> extends Object implements Phase<Solution_>
See Also: