T - the type of a phase in the planpublic interface PhasePlan<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
PhasePlan.Printer
Utility for formatting a plan as a string.
|
| Modifier and Type | Method and Description |
|---|---|
default String |
getPhaseName(T phase)
Gets a name for a phase in the plan.
|
List<T> |
getPhases()
Gets an unmodifiable view on the phases in this plan.
|