Utility Functions : List of Utility Functions : stm_list_extraction_by_chart_id

stm_list_extraction_by_chart_id

Function type: LIST OF ELEMENT

Description
Extracts the elements from the input list that belong to the specified chart.
Syntax
stm_list_extraction_by_chart (chart_name, list,status)
Arguments
 
Status Codes
Example
To extract the list of all of Statemate elements that belong to the statechart S8 from the input list elem_list, use the following statements:

VARIABLE
LIST OF ELEMENT elem_list, S8_elements;
INTEGER status;
S8_elements:=
stm_list_extraction_by_chart(’S8’, elem_list, status);