Package nz.org.riskscape.engine.steps
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 TypeMethodDescriptionnz.org.riskscape.problem.ProblemoptionsRequired(nz.org.riskscape.engine.output.Format format, List<String> requiredParams) nz.org.riskscape.problem.ProblemWhen 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
-