Class ParameterSet

java.lang.Object
nz.org.riskscape.engine.bind.ParameterSet

public class ParameterSet extends Object

A set of Parameter objects that are grouped together, typically as a set of required inputs for something that a user adds to their project. A ParameterSet is converted in to a BoundParameters object via the bind(BindingContext, Map) method.

  • Field Details

    • EMPTY

      public static final ParameterSet EMPTY

      Somewhat useful constant to represent an empty parameter set

  • Constructor Details

  • Method Details