ENTITY format_function
(* SCHEMA AUTOMOTIVE_DESIGN; *)
ENTITY format_function
SUBTYPE OF (string_expression, binary_generic_expression);
DERIVE
value_to_format : generic_expression := SELF\binary_generic_expression.
operands[1];
format_string : generic_expression := SELF\binary_generic_expression.operands
[2];
WHERE
wr1 : ('AUTOMOTIVE_DESIGN.NUMERIC_EXPRESSION' IN TYPEOF(value_to_format))
AND ('AUTOMOTIVE_DESIGN.STRING_EXPRESSION' IN TYPEOF(format_string));
END_ENTITY; (* declared in: iso13584_expressions_schema *)
Explicit Attributes
Entity format_function has the following local and inherited explicit attributes:
Derived Attributes
Entity format_function has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity format_function inherits from the following supertypes:
generic_expression
expression
string_expression
generic_expression
binary_generic_expression
Subtypes
No subtypesReferenced By
Entity format_function and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:16:11-04:00