Query: Elements affected by a given activity.Purpose: Returns the elements that are sources of basic m-flow-lines in the input list Query: Elements affected by a given activity.Purpose: Returns the elements that are targets of basic m-flow-lines in the input list Query: Basic m-flow-lines whose source is a given modulePurpose: Returns the basic m-flow-lines whose source is a module from the input liststm_r_bm_exit_from_md (IN md_list: LIST OF MODULE,
OUT status: INTEGER);
Query: Basic m-flow-lines whose source is a given connectorPurpose: Returns the basic m-flow-lines whose source is a connector from the input liststm_r_bm_exit_from_cn (IN cn_list: LIST OF
CONNECTOR, OUT status: INTEGER);
Query: Basic m-flow-lines whose target is a given modulePurpose: Returns the basic m-flow-lines whose target is a module from the input liststm_r_bm_enter_md (IN md_list: LIST OF MODULE, OUT
status: INTEGER);
Query: Basic m-flow-lines whose target is a given connectorPurpose: Returns the basic m-flow-lines whose target is a connector from the input liststm_r_bm_enter_cn(IN md_list: LIST OF CONNECTOR, OUT
status: INTEGER);
Query: Basic m-flow-lines whose source is a given module-occurrencePurpose: Returns the basic m-flow-lines whose source is a module-occurrence from the input liststm_r_bm_exit_from_om (IN md_list: LIST OF ELEMENT,
OUT status: INTEGER);