FUNCTION is_acyclic

(* SCHEMA Ap210_electronic_assembly_interconnect_and_packaging_design_mim_lf; *)
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
2012-03-27T17:15:33-04:00