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 (stm_list in_list, int
*status);
Query: Information-flows by attributesPurpose: Returns the information-flows in the input list that match a particular attribute name and value 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 (stm_list
in_list, int *status);
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 (stm_list in_list,
int *status);
Query: Information-flows explicitly definedPurpose: Returns the information-flows of the input list that were explicitly definedstm_r_if_explicit_defined_if (stm_list
in_list, int *status);
Query: Information-flow names that match a given patternPurpose: Returns all the information-flows whose names match the specified patternstm_r_if_name_of_if (char* pattern, int
*status);
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 (char* pattern,
int *status);
Query: Unresolved information-flowsPurpose: Returns the unresolved information-flows in the input liststm_r_if_unresolved_if (stm_list in_list,
int *status);