Query: Elements affected by a given activity.Purpose: Returns the elements (data-items, conditions, and events) affected (modified or generated) by activities, in mini-specs, and combinational assignments in the input list.stm_r_mx_affected_by_ac (IN ac_list: LIST OF
ACTIVITY,OUT status: INTEGER)
Query: Elements that are referenced by or influence a given activity.Purpose: Returns the elements used in all levels by the activities in the input list.This includes all logical descendant activities, a-flow-lines that enter or exit these activities, elements that appear in the various fields of these activities, and in the labels of the flow-lines and their components.stm_r_mx_influence_ac (IN ac_list: LIST OF
ACTIVITY, OUT status: INTEGER)
Query: Elements that see, or are influenced by, a given activity.Purpose: Returns the elements that directly or indirectly use the activities in the input list.This query identifies all the elements, in all levels, that see or affect the input activities.stm_r_mx_influenced_by_ac (IN ac_list: LIST OF
ACTIVITY, OUT status: INTEGER)
Query: Elements that see a given activity.Purpose: Returns the elements that directly see activities in the input list.stm_r_mx_refer_to_ac (IN ac_list: LIST OF ACTIVITY,
OUT status: INTEGER)
Query: Elements that are referenced by a given activity.Purpose: Returns the elements that appear in the activities of the input list.This includes all physical descendant activities, a-flow-lines that enter or exit these activities, elements that appear in the various fields of these activities, and in the labels of the flow-lines.stm_r_mx_referenced_by_ac (IN ac_list: LIST OF
ACTIVITY, OUT status: INTEGER)
Query: Elements resolved to a given external activity.Purpose: Returns the activities and modules (internal, external, or environment) to which the external activities in the input list are resolved.stm_r_mx_resolved_to_ext_ac (IN ac_list: LIST OF
ACTIVITY,OUT status: INTEGER)
Query: Elements used by a given activity.Purpose: Returns the elements (data-items, conditions, and events) used (evaluated) by activities in mini-specs and combinational assignments in the input list.stm_r_mx_used_by_ac (IN ac_list: LIST OF
ACTIVITY,OUT status: INTEGER)