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

public class ModelSurvey2 extends BaseSurvey
  • Field Details

  • Constructor Details

    • ModelSurvey2

      public ModelSurvey2(nz.org.riskscape.engine.i18n.MessageSource messageSource)
  • Method Details

    • getAnalysisOutputStepName

      public Optional<String> 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