Package nz.org.riskscape.wizard.survey2
Interface Phase
- All Known Implementing Classes:
AnalysisPhase
,BasePhase
,InputDataPhase
,ReportPhase
,SamplePhase
public interface Phase
A way of linking up parts of a survey up so that it can be progressed through linearly
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Phase
A phase that contains nothing and does nothing, useful as a null alternative -
Method Summary
-
Field Details
-
EMPTY_PHASE
A phase that contains nothing and does nothing, useful as a null alternative
-
-
Method Details
-
getSurvey
Survey getSurvey()- Returns:
- the survey that this phase belongs to
-
getName
- Returns:
- a short name for this phase, translated in to the given locale
-