Interface SaveStep.LocalProblems

All Superinterfaces:
nz.org.riskscape.engine.problem.ProblemFactory
Enclosing class:
SaveStep

public static interface SaveStep.LocalProblems extends nz.org.riskscape.engine.problem.ProblemFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    nz.org.riskscape.problem.Problem
    optionsRequired(nz.org.riskscape.engine.output.Format format, List<String> requiredParams)
     
    nz.org.riskscape.problem.Problem
    When options have been included without also including the format.
  • Method Details

    • optionsWithNoFormat

      nz.org.riskscape.problem.Problem optionsWithNoFormat()

      When options have been included without also including the format.

    • optionsRequired

      nz.org.riskscape.problem.Problem optionsRequired(nz.org.riskscape.engine.output.Format format, List<String> requiredParams)