Query: Conditions by subtypePurpose: Returns the conditions in the input list that are defined as arraystm_r_co_array_co (IN co_list: LIST OF CONDITION,
OUT status INTEGER)
Query: Conditions by attributesPurpose: Returns the conditions in the input list that match the specified attribute name and valuestm_r_co_by_attributes_co (IN co_list: LIST OF
CONDITION, IN attr_name : STRING, IN attr_value :
STRING, OUT status: INTEGER)
Query: NonePurpose: Returns the conditions in the input list that have the specified structure type (for example, single or array)stm_r_co_by_structure_type_co (IN co_list: LIST OF
CONDITION, IN dtype: INTEGER, OUT status: INTEGER)
Query: Conditions with callback bindingsPurpose: Returns the conditions of the input list that have callback bindingsstm_r_co_callback_binding_co (IN el_list: LIST OF
CONDITION, OUT status: INTEGER)
Query: Conditions explicitly definedPurpose: Returns the conditions of the input list that were explicitly definedstm_r_co_explicit_defined_co (IN co_list: LIST OF
CONDITION, OUT status: INTEGER)
Query: Conditions whose names match a given patternPurpose: Returns all the conditions whose names match the specified patternstm_r_co_name_of_co (IN pattern: STRING, OUT
status: INTEGER)
Query: Conditions by subtypePurpose: Returns the conditions in the input list that are defined as singlestm_r_co_single_co (IN co_list: LIST OF CONDITION,
OUT status: INTEGER)
Query: Conditions whose synonyms match a given patternPurpose: Returns all the conditions whose synonyms match the specified patternstm_r_co_synonym_of_co (IN pattern: STRING, OUT
status: INTEGER)
Query: Unresolved conditionsPurpose: Returns the unresolved conditions in the input liststm_r_co_unresolved_co (IN co_list: LIST OF
CONDITION, OUT status: INTEGER)