Query: Elements appearing in the definition of a given condition.Purpose: Returns the elements that appear in the Definition field of conditions (in the condition’s form) in the input list.This query identifies the elements that are used directly by the conditions in the input list.stm_r_mx_in_definition_of_co (IN co_list: LIST OF
CONDITION, OUT status: INTEGER)
Query: Elements that influence the value of a given condition.Purpose: Returns the elements that appear in the Definition field of the conditions in the input list, and those that appear in the definitions of these elements (for all levels).This query identifies the elements that directly or indirectly influence the conditions in the input list.stm_r_mx_influence_value_of_co (IN co_list: LIST OF
CONDITION, OUT status: INTEGER)
Query: Elements that see, or are influenced by, a given condition.Purpose: Returns the elements that directly or indirectly use the conditions in the input list.stm_r_mx_influenced_by_co (IN co_list: LIST OF
CONDITION, OUT status: INTEGER)
Query: Elements that see a given condition.Purpose: Returns the elements that directly use the conditions in the input list.stm_r_mx_refer_to_co (IN co_list: LIST OF CONDITION,
OUT status: INTEGER)