Query: M-flow-lines whose source is a given module within chartPurpose: Returns the local compound m-flow-lines (those within charts) whose source is a module from the input liststm_r_lmf_from_source_md (stm_list
in_list, int *status);
Query: M-flow-lines input to a given module within the chartPurpose: Returns all the local compound m-flow-lines that originate outside and terminate at (or inside) modules in the input liststm_r_lmf_input_to_md (stm_list in_list,
int *status);
Query: M-flow-lines output from a given module within that chartPurpose: Returns all the local compound m-flow-lines that originate at (or inside) and terminate outside modules in the input liststm_r_lmf_output_from_md (stm_list
in_list, int *status);
Query: M-flow-lines whose target is a given modulePurpose: Returns the local
m-flow-lines whose target is a module from the input liststm_r_lmf_to_target_md (stm_list in_list,
int *status);