Query: Routers by attributesPurpose: Returns the routers in the input list that match a given attribute name and valuestm_r_router_resides_in_md (stm_list
in_list, int *status);
Query: Routers that are explicitly definedPurpose: Returns from the input list those routers that were explicitly definedstm_r_router_exp_def_ router (stm_list
in_list, int *status);
Query: Routers whose names match a given patternPurpose: Returns all routers whose name matches a given patternstm_r_router_name_of_ router (char*
pattern, int *status));
Query: Routers resolved by a given external routerPurpose: Returns the routers (internal and external) to which the external routers in the input list are resolvedstm_r_router_res_to_ext_ router (stm_list
in_list, int *status);
Query: Routers whose synonyms match a given patternPurpose: Returns all routers whose synonyms match a given patternstm_r_router_synonym_of_ router (char*
pattern, int *status);
Query: Unresolved routersPurpose: Returns the unresolved routers in the input liststm_r_router_unresolved_ router (stm_list
router_list, int *status);
Query: Unresolved in a given chart.Purpose: Returns routers that are unresolved in the charts of the input list.stm_r_router_unresolved_in_ch (stm_list
in_list, int*status);
Query: Elements that refer to a given router.Purpose: Returns the elements that directly refer to routers in the input list. This query identifies where input routers are used.stm_r_mx_refer_to_router (stm_list
in_list, int *status);
Query: Modules in which a given datastoreresides.Purpose: Returns the modules in which routers from the input list resides. The modules appear in the Resides in Module field of a Router's formstm_r_md_contains_router (stm_list
in_list, int *status);
Query: Charts in which a given router is definedPurpose: Returns the charts in which the routers in the input list are explicitly defined or unresolved.stm_r_ch_define_router (stm_list in_list,
int *status);
Query: A-flow-lines whose source is a given routerPurpose: Returns local compound aflow- lines that originate at routers in the input liststm_r_laf_from_source_router (stm_list
in_list, int *status);
Query: A-flow-lines whose target is a given router within chartPurpose: Returns local a-flow-lines (those within charts) that terminate at routers in the input liststm_r_laf_to_target_router (stm_list
in_list, int *status);
Query: Routers whose names match a given pattern.Purpose: Returns all the routers whose names match a given patternstm_r_router_name_of_router (char*
pattern, int *status);
Query: Routers whose synonyms match a given pattern,Purpose: Returns all the routers whose synonyms match the specified patternstm_r_ac_synonym_of_ac (char* pattern,
int *status);