CDPStateInfo

Functions

~CDPStateInfo

void

setParentStateGroupingId

Detailed Description

class CDPStateInfo

A class to provide additional information about a state.

The main state information is provided when adding the state with CDPMetaData::addStateInfo().

Public Functions

inline virtual ~CDPStateInfo()
virtual void setParentStateGroupingId(cdp_int_t groupId) = 0

Specifies the state group this state belongs to.

If using state groups, use this method to specify the group id of the parent group of this state The id must refer to an existing group.

State groups are useful for e.g. Load Cases