Query Functions : List of Query Functions : Mixed (mx) : Input List Type: mx

Input List Type: mx
 
Query: Elements affected by a given element.
Purpose: Returns the elements (primitive data-items, conditions, events, and activities) that are affected (modified, generated, started, stopped, and so on) by elements (states in static reactions or transitions in labels) in the input list.
Query: Elements in which a given element is affected.
Purpose: Returns the elements (states and transitions) that affect (modify, generate, or activate) the elements (for example, events, data-items, or activities) in the input list.
Identical to stm_r_mx_affecting_mx, but when the input list includes an ID of a record/union, stm_r_mx_meaningly_affecting_mx will also return elements that affect a field of the record/union, and not necessarily the whole record/union element.
Query: Elements by attributes
Purpose: Returns the elements in the input list that match a particular attribute name and value
stm_r_mx_by_attributes_mx (IN mx_list: LIST OF ELEMENT, IN attr_name: STRING, IN attr_value: STRING, OUT status: INTEGER)
Query: Elements with callback bindings.
Purpose: Returns the elements in the input list that have callback bindings.
Query: None.
Purpose: Returns the elements (data-items and conditions) in the input list that are combinational elements.
Query: Definition elements of a given element.
Purpose: Returns the definition elements (top-level) for instances in the input list.
Query: Elements explicitly defined.
Purpose: Returns the elements of the input list that were explicitly defined.
Query: None.
Purpose: Returns the boxes (states, activities, and modules) in the input list that are instances of generic charts.
Query: Elements that appear in the definition of a given element.
Purpose: Returns the elements that appear in the various fields of the element’s form, or in labels of elements in the input list.
Query: Elements that influence the value of a given element.
Purpose: Returns the elements that appear in various form’s fields or labels of elements in the input list, and those that appear in the fields of these elements (for all levels).
stm_r_mx_influence_value_of_mx (IN mx_list: LIST OF ELEMENT,OUT status: INTEGER)
Query: Elements that see or influenced by a given element.
Purpose: Returns the elements that directly or indirectly use the elements in the input list.
Query: Element instance of a given element
Purpose: Returns the instance elements defined by the elements in the input list
stm_r_mx_instance_mx (IN mx_list: LIST OF ELEMENT,OUT status: INTEGER)
Query: Instance elements
Purpose: Returns the instance elements for definition elements (top-level) in the input list.
Query: Logical descendants of a given element
Purpose: Returns the logical descendants of the elements in the input list
Query: Logical parent elements of a given element.
Purpose: Returns the logical parent elements of the elements in the input list, taking into account the translation of instances to their definition charts.
Query: Logical subelements of a given element
Purpose: Returns the logical subelements of the elements in the input list
Query: Element whose names match a given pattern
Purpose: Returns all the elements whose names match the specified pattern
Query: None.
Purpose: Returns the boxes (states, activities, and modules) in the input list that are instances of offpage charts.
Query: Elements that are parameters.
Purpose: Returns the elements in the input list that are declared as formal parameters of a generic chart.
Query: Physical descendants of a given element
Purpose: Returns the physical descendants (those within the same chart) for the elements in the input list
Query: Physical parent elements of a given element
Purpose: Returns the physical parent elements (those within the same chart) for the elements in the input list
Query: Physical subelements of a given element
Purpose: Returns the physical subelements (those within the same chart) for the elements in the input list
Query: Elements that see a given element.
Purpose: Returns the elements that directly see elements in the input list.
stm_r_mx_refer_to_mx (IN mx_list: LIST OF ELEMENT,OUT status: INTEGER)
Query: Elements resolved to a given external box.
Purpose: Returns the activities and modules (internal, external, or environment) to which the external activities and modules in the input list are resolved.
Query: Elements whose synonyms match a given pattern
Purpose: Returns all the elements whose synonyms match the specified pattern
Query: Unresolved elements.
Purpose: Returns the unresolved elements in the input list.
Query: Elements used by a given element.
Purpose: Returns the elements (primitive events, conditions, data-items, states, and activities) that are used (evaluated by the elements, such as states in static reactions and transitions in labels) in the input list.
Query: Elements in which a given element is used.
Purpose: Returns the elements (states in static reactions and transitions in labels) that use (evaluate) the elements (basic events, conditions, data-items, states, and activities) in the input list.
Identical to stm_r_mx_using_mx, but when the input list includes an ID of a record/union, stm_r_mx_meaningly_using_mx will also return elements that use a field of the record/union, and not necessarily the whole record/union element.
Query: None.
Purpose: Returns the elements (activities and state charts) in the input list that have combinational assignments.