Parameters set up in a function of the EUROMOD specific system.
create a class array with the parameters defined in a function at the system level.
P = ParameterInSystem(FunctionInSystem)
This class contains the parameters specific to a system in the EUROMOD policy function. The class elements can be accessed by indexing the class array with an integer, or a string value of any class property (e.g. name, ID, order, etc.).
This class is stored in the property parameters of the FunctionInSystem class.
This class stores classes of type Extension.
This class inherits methods and properties from the superclass Parameter.