Query: Events by subtypePurpose: Returns the events in the input list that are defined as arraystm_r_ev_array_ev (IN ev_list: LIST OF EVENT, OUT
status: INTEGER)
Query: Events by attributesPurpose: Returns the events in the input list that match the specified attribute name and valuestm_r_ev_by_attributes_ev (IN ev_list: LIST OF
EVENT, IN attr_name: STRING, IN attr_value: STRING,
OUT status: INTEGER)
Query: NonePurpose: Returns the events in the input list that have the specified structure type (for example, single or array)stm_r_ev_by_structure_type_ev (IN ev_list: LIST OF
EVENT, IN dtype: INTEGER, OUT status: INTEGER)
Query: Events with callback bindingsPurpose: Returns the events in the input list that have callback bindingsstm_r_ev_callback_binding_ev (IN el_list: LIST OF
EVENT, OUT status: INTEGER)
Query: Events explicitly definedPurpose: Returns the events of the input list that were explicitly definedstm_r_ev_explicit_defined_ev (IN ev_list: LIST OF
EVENT, OUT status: INTEGER)
Query: Events whose names match a given patternPurpose: Returns all the events whose names match the specified pattern Query: Events by subtypePurpose: Returns the events in the input list that are defined as singlestm_r_ev_single_ev (IN ev_list: LIST OF EVENT, OUT
status: INTEGER)
Query: Events whose synonyms match a given patternPurpose: Returns all the events whose synonyms match the specified patternstm_r_ev_synonym_of_ev (IN pattern: STRING, OUT
status: INTEGER)
Query: Unresolved eventsPurpose: Returns the unresolved events in the input liststm_r_ev_unresolved_ev (IN ev_list: LIST OF EVENT,
OUT status: INTEGER)