Query Functions : List of Query Functions : Mixed (mx) : Input List Type: bt

Input List Type: bt
 
Query: Elements affected by a given activity.
Purpose: Returns the elements that are sources of basic transitions in the input list
Query: Transitions containing the given basic transitions
Purpose: Returns the compound transitions that contain the basic transitions in the input list
stm_r_tr_containing_bt (IN bt_list: LIST OF TRANSITION, OUT status: INTEGER)
Query: Transitions containing the given basic transitions
Purpose: Returns the compound transitions that contain the basic transitions in the input list
stm_r_tr_containing_bt (IN bt_list: LIST OF TRANSITION, OUT status: INTEGER)
Query: Basic transitions whose source is the specified state
Purpose: Returns the basic transitions whose source is a state appearing in the input list
Query: Basic transitions whose source is the specified connector.
Purpose: Returns the basic transitions whose source is a connector appearing in the input list
stm_r_bt_exit_from_cn (IN cn_list: LIST OF CONNECTOR, OUT status: INTEGER)
Query: Basic transitions whose target is the specified state
Purpose: Returns the basic transitions whose target is a state appearing in the input list
Query: Basic transitions whose target is the specified connector
Purpose: Returns the basic transitions whose target is a connector appearing in the input list
Query: Basic transitions
Purpose: Returns the basic transitions defined in the input list of charts
Query: A-flow-lines
Purpose: Returns the a-flow-lines that contain the basic a-flow-lines in the input list
stm_r_af_containing_ba(IN ba_list: LIST OF A_FLOW_LINE, OUT status: INTEGER);