FUNCTION get_count_of_relating_amr
(* SCHEMA integrated_cnc_schema; *)
FUNCTION get_count_of_relating_amr (
am : action_method;
amr_types : SET OF STRING
): INTEGER;
RETURN (SIZEOF (QUERY (amr <* get_relating_amr (am) |
(SIZEOF(amr_types * TYPEOF(amr)) =
SIZEOF(amr_types)) )));
END_FUNCTION; -- 10303-238: integrated_cnc_schema
Referenced By
Defintion get_count_of_relating_amr is references by the following definitions:
[Top Level Definitions] Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2010-01-12T10:42:25-02:00