Package nz.org.riskscape.wizard
Class EmptyQuestionSet
java.lang.Object
nz.org.riskscape.wizard.BaseQuestionSet
nz.org.riskscape.wizard.EmptyQuestionSet
- All Implemented Interfaces:
QuestionSet
-
Field Summary
Fields inherited from class nz.org.riskscape.wizard.BaseQuestionSet
discriminator, id, name, surveyFields inherited from interface nz.org.riskscape.wizard.QuestionSet
FINAL_QUESTION, SKIP, UNASSIGNED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPhase()getPipelineChange(IncrementalBuildState buildState, Answer answer) Returns aPipelineChangethat is created by applying an answer a build state.Methods inherited from class nz.org.riskscape.wizard.BaseQuestionSet
canEqual, equals, getDescription, getId, getName, getSurvey, getTitle, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface nz.org.riskscape.wizard.QuestionSet
getQuestions
-
Constructor Details
-
EmptyQuestionSet
-
-
Method Details
-
getPhase
- Returns:
- the phase this QuestionSet belongs to
-
getPipelineChange
Description copied from interface:QuestionSetReturns a
PipelineChangethat is created by applying an answer a build state.- Parameters:
buildState- the build state to get a change to.answer- the answer to apply. This answer must be for a question that came back from#getNextQuestions(IncrementalBuildState)using the given build state, or weird things might happen
-