Query: Elements flowing through a given a-flow-linePurpose: Returns the information elements (conditions, events, data-items, and basic information-flows) that actually flow through the a-flow-lines in the input liststm_r_mx_flowing_through_af (IN af_list: LIST OF
A_FLOW_LINE, OUT status: INTEGER)
Query: Elements labeling a given a-flow-linePurpose: Returns the elements that label a-flow-lines in the input liststm_r_mx_labeling_af (IN af_list: LIST OF
A_FLOW_LINE, OUT status: INTEGER)
Query: Elements that are sources of a given a-flow-linePurpose: Returns the elements (activities and data-stores) that are sources of a-flow-lines in the input liststm_r_mx_source_of_af (IN af_list: LIST OF
A_FLOW_LINE,OUT status: INTEGER)
Query: Elements that are targets of a given a-flow-linePurpose: Returns the elements (activities and data-stores) that are sources of a-flow-lines in the input liststm_r_mx_target_of_af (IN af_list: LIST OF
A_FLOW_LINE,OUT status: INTEGER)
Query: Elements affected by a given activity.Purpose: Returns the elements that are sources of basic a-flow-lines in the input list. Query: Elements affected by a given activity.Purpose: Returns the elements that are targets of basic a-flow-lines in the input list. Query:Elements that are targets of a given flow line.Purpose: Returns the elements that are targets of basic a-flow-lines in the input listSTM_R_MX_TARGET_OF_BA(IN ba_list: LIST OF
A_FLOW_LINE,OUT status: INTEGER): LIST OF ELEMENT;