|
Purpose: Returns the states in the input list that are And-states.
|
|
Purpose: Returns the states in the input list that are basic (states that have no descendants).
|
|
Query: States by attributes.
Purpose: Returns the states in the input list that match a given attribute name and value.
stm_r_st_by_attributes_st (IN st_list: LIST OF STATE, IN attr_name: STRING, IN attr_value: STRING, OUT status: INTEGER)
|
|
Query: States with callback bindings.
Purpose: Returns the states in the input list that have callback bindings.
|
|
Query: Definition states of a given state.
Purpose: Returns the definition states (top-level in the definition chart) for instances in the input list.
|
|
Query: Default entry to the default state.
Purpose: Returns the default states of the or-states in the input list.
|
|
Query: States explicitly defined.
Purpose: Returns the states in the input list that were explicitly defined.
|
|
Query: Generic instance states.
Purpose: Returns the states in the input list that are instances of generic charts.
|
|
Query: States containing a history connector.
Purpose: Returns the states in the input list that contain a history connector.
|
|
Query: Instance states of a given definition state.
Purpose: Returns the instance states for definition states (top-level states in a definition chart) in the input list.
|
|
Purpose: Returns those states in the input list that are instance states.
|
|
Query: Logical descendants of a given state.
Purpose: Returns the logical descendants (children, grandchildren, and so on) of states in the input list, taking into account the translation of instances to their definition charts.
|
|
Query: Logical parent states of a given state.
Purpose: Returns the logical parent states of the states in the input list, taking into account the translation of instances to their definition charts.
Note: This query provides similar output as stm_r_st_physical_ parent_of_st , but for states that are substates of a top-level state in a definition chart, this query also returns the instance box.
|
|
Query: Logical substates of a given state.
Purpose: Returns the logical substates of the states in the input list, taking into account the translation of instances to their definition charts.
|
|
Query: States whose names match a given pattern
Purpose: Returns all the states whose names match the specified pattern
|
|
Query: Offpage instance states.
Purpose: Returns the states in the input list that are instances of offpage charts.
|
|
Query: Physical descendants of a given state.
Purpose: Returns the physical descendants (those within the same chart) for the states in the input list.
|
|
Query: Physical parent states of a given state.
Purpose: Returns the physical parent states (those within the same chart) for the states in the input list.
|
|
Query: Physical substates of a given state.
Purpose: Returns the physical substates (those within the same chart) for the states in the input list.
|
|
Query: States having reactions or activities.
Purpose: Returns the states from the input list that have static reactions or activities performed within or throughout the state.
|
|
Query: States whose synonyms match a given pattern
Purpose: Returns all the states whose synonyms match the specified pattern
|
|
Query: Unresolved states.
Purpose: Returns the unresolved states in the input list.
|