Interface Phase<Solution_>

Type Parameters:
Solution_ - the solution type, the class with the PlanningSolution annotation
All Superinterfaces:
EventListener, PhaseLifecycleListener<Solution_>, SolverLifecycleListener<Solution_>
All Known Subinterfaces:
ConstructionHeuristicPhase<Solution_>, CustomPhase<Solution_>, ExhaustiveSearchPhase<Solution_>, LocalSearchPhase<Solution_>, PartitionedSearchPhase<Solution_>
All Known Implementing Classes:
AbstractPhase, DefaultConstructionHeuristicPhase, DefaultExhaustiveSearchPhase, DefaultLocalSearchPhase, DefaultPartitionedSearchPhase, NoChangePhase

public interface Phase<Solution_> extends PhaseLifecycleListener<Solution_>
A phase of a Solver.
See Also: