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

Input List Type: if
 
Query: Elements appearing in the definition of a given a information-flow.
Purpose: Returns the elements listed in the Consists of field (in the information-flow’s forms) for information-flows in the input list.
stm_r_mx_in_definition_of_if (IN if_list: LIST OF INFORMATION_FLOW, OUT status: INTEGER)
Query: Elements that influence the value of a given information-flow.
Purpose: Returns the elements contained in the information-flows in the input list (as listed in the Consists of field), for all levels of decomposition.
This query identifies the elements that are directly or indirectly contained in the information-flows of the input list.
stm_r_mx_influence_value_of_if (IN if_list: LIST OF INFORMATION_FLOW, OUT status: INTEGER)
Query: Elements that see, or are influenced by, a given information-flow
Purpose: Returns the elements that directly or indirectly use the information-flows in the input list.
stm_r_mx_influenced_by_if (IN if_list: LIST OF INFORMATION_FLOW, OUT status: INTEGER)
Query: Elements that see a given information-flow.
Purpose: Returns the elements that directly use the information-flows in the input list.
stm_r_mx_refer_to_if (IN if_list: LIST OF INFORMATION_FLOW, OUT status: INTEGER)