ModelParams

ModelParams

Merges two sets of params, dynamic and static, that will be used to create a network model.

Constructor

new ModelParams(_dynamicParams, _staticParams)

Creates an instance of ModelParams.
Parameters:
Name Type Description
_dynamicParams Types.StringKeyedSimpleObject
_staticParams Types.StringKeyedSimpleObject
Source:

Methods

GetBooleanParam(key) → {boolean}

Retrieve a Boolean param's value.
Parameters:
Name Type Description
key string
Returns:
Type
boolean
Source:

GetNumericParam(key) → {number}

Retrieve a number param's value.
Parameters:
Name Type Description
key string
Returns:
Type
number
Source:

GetTextParam(key) → {string}

Retrieve a string param's value.
Parameters:
Name Type Description
key string
Returns:
Type
string
Source: