Package nz.org.riskscape.wizard.model2
Class ModelSurvey2
java.lang.Object
nz.org.riskscape.wizard.survey2.BaseSurvey
nz.org.riskscape.wizard.model2.ModelSurvey2
- All Implemented Interfaces:
nz.org.riskscape.engine.Identified
,Survey
-
Field Summary
Fields inherited from class nz.org.riskscape.wizard.survey2.BaseSurvey
id, messageSource, phases
Fields inherited from interface nz.org.riskscape.wizard.Survey
EMPTY_SURVEY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSurveys should make the output of the analysis phase available at a known step name.Methods inherited from class nz.org.riskscape.wizard.survey2.BaseSurvey
getApplicableQuestionSets, getDefinedPhases, getId, getMessageSource, getPhaseOfType, getPhases, getPipelineChange, getQuestionTree, isFinished
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface nz.org.riskscape.engine.Identified
getIdentifiedClass
Methods inherited from interface nz.org.riskscape.wizard.Survey
getDescription, getNextQuestion, getVersion, isQuestionSetReplayOrdered, skip
-
Field Details
-
ID
- See Also:
-
-
Constructor Details
-
ModelSurvey2
public ModelSurvey2(nz.org.riskscape.engine.i18n.MessageSource messageSource)
-
-
Method Details
-
getAnalysisOutputStepName
Description copied from interface:Survey
Surveys should make the output of the analysis phase available at a known step name.
This is useful to use as the input step to any reports and for the wizard command (in WizardActions) to find the available attributes to list as available once the pipeline only contains capped end steps (e.g results are saved). This occurs when the user wants to list available attributes after they have setup the first output report.
- Returns:
- the name of the analysis output step, or empty if there is none
-