- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 29 of file Phase.java.
◆ Phase()
◆ allPhases()
Definition at line 87 of file Phase.java.
88 return PhaseDefinitions.instance();
◆ canChangeTo()
◆ changeTo()
synchronized void org.turro.phase.Phase.changeTo |
( |
PhaseDefinition |
newPhase | ) |
|
Definition at line 65 of file Phase.java.
void onChanged(PhaseDefinition newStatus)
abstract PhaseDefinition doChangeTo(PhaseDefinition newPhase)
void onChanging(PhaseDefinition newStatus)
◆ checkStatus()
synchronized void org.turro.phase.Phase.checkStatus |
( |
Date |
now | ) |
|
Definition at line 50 of file Phase.java.
abstract PhaseDefinition doCheckPhase(Date now)
boolean canChangeTo(PhaseDefinition newPhase)
◆ doChangeTo()
◆ doCheckPhase()
◆ getCurrent()
◆ getName()
String org.turro.phase.Phase.getName |
( |
| ) |
|
◆ getPossiblePhases()
Definition at line 91 of file Phase.java.
92 SortedSet<PhaseDefinition> possible =
new TreeSet<>();
93 for(PhaseDefinition phase :
allPhases()) {
SortedSet< PhaseDefinition > allPhases()
◆ isAutoChanging()
boolean org.turro.phase.Phase.isAutoChanging |
( |
| ) |
|
◆ isChanged()
boolean org.turro.phase.Phase.isChanged |
( |
| ) |
|
◆ onChanged()
◆ onChanging()
◆ autoChanging
boolean org.turro.phase.Phase.autoChanging = false |
|
protected |
◆ current
The documentation for this class was generated from the following file: