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, phasesFields inherited from interface nz.org.riskscape.wizard.Survey
EMPTY_SURVEY -
Constructor Summary
ConstructorsConstructorDescriptionEmptySurvey(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, isFinishedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface nz.org.riskscape.engine.Identified
getIdentifiedClassMethods inherited from interface nz.org.riskscape.wizard.Survey
getAnalysisOutputStepName, getDescription, getNextQuestion, getVersion, isQuestionSetReplayOrdered, skip
-
Constructor Details
-
EmptySurvey
-