Query: Actions by attributePurpose: Returns the actions in the input list that match a given attribute and valueSyntax: stm_r_an_by_attributes_an
(stm_list in_list, char* attr_name, char*
attr_value, int *status);
Query: Actions explicitly definedPurpose: Returns the actions of the input list that were explicitly definedstm_r_an_explicit_defined_an (stm_list
in_list, int *status);
Purpose: Returns the actions in the input list implemented as the Best Match using Select Implementation in the propertiesstm_r_an_imp_best_match_an (stm_list
in_list, int *status);
Query: Actions with a defined implementationPurpose: Returns the actions in the input list that have a defined implementation in the propertiesstm_r_an_imp_definition_an (stm_list
in_list, int *status);
Query: Actions whose selected implementation is NonePurpose: Returns the actions in the input list that are not implemented using Select Implementationstm_r_an_imp_none_an (stm_list in_list,
int *status);
Query: Actions implemented in a truth tablePurpose: Returns the actions in the input list that are implemented with a truth table in the propertiesstm_r_an_imp_truth_table_ an (stm_list
in_list, int *status);
Query: Actions whose names match a given patternPurpose: Returns all the actions whose names match a specified patternstm_r_an_name_of_an (char* pattern, int
*status);
Query: Actions whose synonyms match a given patternPurpose: Returns all the actions whose synonyms match a specified pattern Query: Unresolved actionsPurpose: Returns the unresolved actions in the input liststm_r_an_unresolved_an (stm_list in_list,
int *status);