StateGroupInfo
- class cee.ug.StateGroupInfo()
Information about a data state group.
Each group contains an array of state ids,
stateIdArr
, which can be set inModelSpec.stateIdArray
.
Properties
Properties
- StateGroupInfo.id
- Type:
number
The id of the state group.
- StateGroupInfo.name
- Type:
string
The name of the state group.
- StateGroupInfo.stateIdArr
- Type:
[number]
All the state ids of the state group.