Query: M-flow-lines whose source is a given modulePurpose: Returns the global compound m-flow-lines (those that might spread over several charts) whose source is a module from the input liststm_r_mf_from_source_md (stm_list in_list,
int *status));
Query: M-flow-lines input to a given modulePurpose: Returns all the global compound m-flow-lines that originate outside and terminate at (or inside) modules in the input liststm_r_mf_input_to_md (stm_list in_list,
int *status);
Query: M-flow-lines output from a given modulePurpose: Returns all the global compound m-flow-lines that originate at (or inside) and terminate outside modules in the input liststm_r_mf_output_from_md (stm_list in_list,
int *status);
Query: M-flow-lines whose target is a given modulePurpose: Returns the global compound m-flow-lines whose target is a module from the input liststm_r_mf_to_target_md (stm_list in_list,
int *status);
Query: M-flow-lines whose target is a given modulePurpose: Returns the local compound m-flow-lines whose target is a module from the input liststm_r_lmf_to_target_md (stm_list in_list,
int *status);