Class: SystemParameter

SystemParameter

A parameter of a reaction

new SystemParameter (json)

Name Type Description
json Object optional Json object describing the parameter value
Properties:
Name Type Description
value SystemValue The value of the parameter

Methods

SystemParameter.readParameters (json)Array.<SystemParameter> static

Read the parameters
Name Type Description
json Object Json object describing the parameters
Returns:
Type Description
Array.<SystemParameter>

SystemParameter.readParametersWithDefault (json, list)Array.<SystemParameter> static

Read the parameters with default values
Name Type Description
json Object Json object describing the object
list Array.<SystemParameter> List of all the parameters default
Returns:
Type Description
Array.<SystemParameter>

read (json)

Read the JSON associated to the parameter value
Name Type Description
json Object Json object describing the parameter value

readDefault (json)

Read the JSON associated to the parameter default value
Name Type Description
json Object Json object describing the default value

isEqual (parameter)boolean

Check if the parameter is equal to another one
Name Type Description
parameter SystemParameter The parameter to compare
Returns:
Type Description
boolean