FUNCTION is_acyclic

(* SCHEMA step_merged_ap_schema; *)
-- IN AP203e2/AP214/AP238 STEP-NC/AP242
FUNCTION is_acyclic
      (arg : generic_expression ) : BOOLEAN;
      RETURN (acyclic(arg, []));
END_FUNCTION;

Referenced By

Defintion is_acyclic is references by the following definitions:
DefinitionType
 generic_expression ENTITY


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:20-04:00