Package nz.org.riskscape.wizard
Class EmptySurvey
java.lang.Object
nz.org.riskscape.wizard.survey2.BaseSurvey
nz.org.riskscape.wizard.EmptySurvey
- 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
ConstructorDescriptionEmptySurvey
(String id, nz.org.riskscape.engine.i18n.MessageSource messageSource) -
Method Summary
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
getAnalysisOutputStepName, getDescription, getNextQuestion, getVersion, isQuestionSetReplayOrdered, skip
-
Constructor Details
-
EmptySurvey
-