Query Functions : List of Query Functions : Activities (ac) : Input List Type: af

Input List Type: af
 
Query: Activities that are sources for a given a-flow-line
Purpose: Returns the A-Flow-lines defined in the input list of charts.
Query: Activities that are sources for a given a-flow-line
Purpose: Returns the A-Flow-lines entering the Data-Stores in the input list.
STM_R_BA_ENTER_DS(IN in_list: LIST OF DATA_STORE, OUT status: INTEGER):LIST OF A_FLOW_LINE;
Query: Activities that are sources for a given a-flow-line
Purpose: Returns the activities that are sources of a-flow-lines in the input list
STM_R_BA_EXIT_FROM_DS (IN in_list: LIST OF DATA_STORE, OUT status: INTEGER):LIST OF A_FLOW_LINE;
Query: Activities that are sources for a given a-flow-line
Purpose: Returns the activities that are sources of a-flow-lines in the input list
STM_R_BA_ENTER_AN(IN in_list: LIST OF ACTIVITY, OUT status: INTEGER):LIST OF A_FLOW_LINE;
Query: Activities that are sources for a given a-flow-line
Purpose: Returns the activities that are sources of a-flow-lines in the input list
STM_R_BA_EXIT_FROM_AC(IN in_list: LIST OF ACTIVITY, OUT status: INTEGER):LIST OF A_FLOW_LINE;
Query: Activities that are sources for a given a-flow-line
Purpose: Returns the activities that are sources of a-flow-lines in the input list
STM_R_BA_ENTER_CN(IN in_list: LIST OF CONNECTOR, OUT status: INTEGER):LIST OF A_FLOW_LINE;
Query: Activities that are sources for a given a-flow-line
Purpose: Returns the activities that are sources of a-flow-lines in the input list
STM_R_BA_EXIT_FROM_CN(IN in_list: LIST OF CONNECTOR, OUT status: INTEGER):LIST OF A_FLOW_LINE;
Query: Activities that are sources for a given a-flow-line
Purpose: Returns the activities that are sources of a-flow-lines in the input list
STM_R_LAF_CONTAINING_BA(IN ba_list: LIST OF A_FLOW_LINE, OUT status: INTEGER):LIST OF A_FLOW_LINE
Query: Activities that are sources for a given a-flow-line
Purpose: Returns the activities that are sources of a-flow-lines in the input list
STM_R_BA_CONTAINED_IN_AF(IN af_list: LIST OF A_FLOW_LINE, OUT status: INTEGER):LIST OF A_FLOW_LINES
Query: Activities that are sources for a given a-flow-line
Purpose: Returns the activities that are sources of a-flow-lines in the input list
stm_r_ac_source_of_af (IN af_list: LIST OF A_FLOW_LINE, OUT status: INTEGER)
Query: Activities that are targets of a given a-flow-line
Purpose: Returns the activities that are targets for a-flow-lines in the input list
stm_r_ac_target_of_af (IN af_list: LIST OF A_FLOW_LINE, OUT status: INTEGER)