|
Purpose: Returns the activity-charts in the input list
|
|
Query: Ancestors of a given chart
Purpose: Returns the ancestors (in the static structure) of the charts in the input list
|
|
Query: Chart by attribute
Purpose: Returns the charts in the input list that match the specified attribute name and value
stm_r_ch_by_attributes_ch (stm_list in_list, char* attr_name, char* attr_value, int *status);
|
|
Query: Descendants of a given chart
Purpose: Returns the descendants (in the static structure) of the charts in the input list
|
|
Query: Global definition sets (GDSs)
Purpose: Returns the GDSs in the input list
|
|
Query: Charts explicitly defined
Purpose: Returns the charts of the input list that were explicitly defined
|
|
|
|
Purpose: Returns the generic charts in the input list
|
|
Purpose: Returns the charts in the input list that are module-charts
|
|
Query: Charts whose names match a given pattern
Purpose: Returns all the charts whose names match the specified pattern
|
|
Purpose: Returns the offpage charts in the input list
|
|
Query: Returns the parent charts of a given chart
Purpose: Returns the parents (in the static structure) of the charts in the input list
|
|
Query: Procedural statecharts
Purpose: Returns the charts in the input list that are procedural statecharts
|
|
Query: Charts referenced in all levels by a given chart
Purpose: Returns all charts referenced (instantiated) by all levels of charts in the input list
|
|
Query: Charts referenced by a given chart
Purpose: Returns all charts referenced (instantiated) by the charts in the input list
|
|
Purpose: Returns the root-level charts (that have no parent) in the input list
|
|
|
|
Purpose: Returns the charts in the input list that are statecharts
|
|
Query: Subchart of the specified chart
Purpose: Returns the subcharts (in the static structure) of the charts in the input list
|
|
Purpose: Returns the unresolved charts (used but not defined) in the input list
|
|
|
|
|