FUNCTION make_atom_based_literal
(* SCHEMA FUNCTIONAL_DATA_AND_SCHEMATIC_REPRESENTATION_MIM_LF; *)
FUNCTION make_atom_based_literal(lit_value : atom_based_value) :
atom_based_literal;
RETURN (atom_based_literal(lit_value)||generic_literal()||
simple_generic_expression()||generic_expression());
END_FUNCTION;
Referenced By
Defintion make_atom_based_literal is references by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:17:33-04:00