Query: Basic information-flowsPurpose: Returns the information-flows in the input list that are basic (those not defined using other information-flows)stm_r_if_basic_if (IN el_list: LIST OF
INFORMATION_FLOW, OUT status: INTEGER)
Query: Information-flows by attributesPurpose: Returns the information-flows in the input list that match a particular attribute name and valuestm_r_if_by_attributes_if (IN if_list: LIST OF
INFORMATION_FLOW, IN attr_name: STRING, IN
attr_value: STRING, OUT status: INTEGER)
Query: Information-flows contained in a given information-flowPurpose: Returns the information-flows that are contained in information-flows from the input list (as defined in the Consists of field)stm_r_if_contained_in_if (IN if_list: LIST OF
INFORMATION_FLOW, OUT status: INTEGER)
Query: Information-flows containing a given information-flowPurpose: Returns the information-flows that contain information-flows from the input list (as defined in the Consists of field)stm_r_if_containing_if (IN if_list: LIST OF
INFORMATION_FLOW, OUT status: INTEGER)
Query: Information-flows explicitly definedPurpose: Returns the information-flows of the input list that were explicitly definedstm_r_if_explicit_defined_if (IN if_list: LIST OF
INFORMATION_FLOW, OUT status: INTEGER)
Query: Information-flow names that match a given patternPurpose: Returns all the information-flows whose names match the specified patternSyntax: stm_r_if_name_of_if (IN pattern: STRING, OUT
status: INTEGER)
Query: Information-flow synonyms that match a given patternPurpose: Returns all the information-flows whose synonyms match the specified patternstm_r_if_synonym_of_if (IN pattern: STRING, OUT
status: INTEGER)
Query: Unresolved information-flowsPurpose: Returns the unresolved information-flows in the input liststm_r_if_unresolved_if (IN if_list: LIST OF
INFORMATION_FLOW, OUT status: INTEGER)