identifies the target subsystem
identifies the name of the state
an optional initial set of items (keys with values)
Adds a parameter to the parameter set
the parameter to add
a new instance of this parameter set with the given parameter added
Create a new CurrentState instance when a parameter is added or removed
a new instance of CurrentState with provided data
Returns true if the key exists in the parameter set
the key to check for
true if the key is found
Returns an Option with the parameter for the key if found, otherwise undefined
the Key to be used for lookup
the parameter for the key, if found
Adds several parameters to the parameter set
the list of parameters to add to the parameter set
a new instance of this parameter set with the given parameter added
Remove a parameter from the parameter set by key
the Key to be used for removal
a new T, where T is a parameter set child with the key removed or identical if the key is not present
The number of parameters in this parameter set
the number of parameters in the parameter set
Generated using TypeDoc
A State variable that indicates the 'current' or actual state.