public final class SimplePhase extends Phase
id, name, SCHEDULE_COLLECTOR, SCHEDULE_COMPLEX, SCHEDULE_CONCURRENT, SCHEDULE_GLOBAL, SCHEDULE_MUTATOR, SCHEDULE_PLACEHOLDER, timer
Modifier | Constructor and Description |
---|---|
protected |
SimplePhase(String name)
Construct a phase given just a name and a global/local ordering
scheme.
|
protected |
SimplePhase(String name,
Timer timer)
Construct a phase, re-using a specified timer.
|
Modifier and Type | Method and Description |
---|---|
protected void |
logPhase()
Display a description of this phase, for debugging purposes.
|
beginNewPhaseStack, clearConcurrentPhase, concurrentPhaseActive, continuePhaseStack, createComplex, createComplex, createConcurrent, createConcurrent, createSimple, createSimple, getConcurrentPhaseId, getId, getName, getPhase, getPhaseId, getSchedule, getScheduleName, isPhaseStackEmpty, notifyConcurrentPhaseComplete, notifyConcurrentPhaseIncomplete, pushScheduledPhase, resetPhaseStack, scheduleCollector, scheduleComplex, scheduleConcurrent, scheduleGlobal, scheduleMutator, schedulePlaceholder
protected SimplePhase(String name)
name
- The name of the phaseprotected SimplePhase(String name, Timer timer)
name
- Display name of the phasetimer
- Timer for this phase to contribute to