Input/Output The list of Rational Statemate elements. To extract a list of all Rational Statemate elements that belong to the StatechartS8
from the input listelem_list
, use the following statements:stm_list elem_list,S8_elements;
.
.
S8_elements = stm_list_extraction_by_chart ("S8",
elem_list, &status);
.
.