ENTITY numeric_expression
(* SCHEMA integrated_cnc_schema; *)
ENTITY numeric_expression
ABSTRACT SUPERTYPE OF (ONEOF(simple_numeric_expression))
SUBTYPE OF (expression);
DERIVE
is_int : BOOLEAN := is_int_expr(SELF);
sql_mappable : BOOLEAN := is_SQL_mappable(SELF);
END_ENTITY; -- 13584-20: iso13584_expressions_schema
Explicit Attributes
No explicit attributes
Derived Attributes
Entity numeric_expression has the following local and inherited derived attributes:
| Attribute | Type | Defined By |
|---|
| is_int | BOOLEAN | numeric_expression |
| sql_mappable | BOOLEAN | numeric_expression |
|
Inverse Attributes
No Inverse AttributesSupertypes
Entity numeric_expression inherits from the following supertypes:
generic_expression
expression
Subtypes
Entity numeric_expression has the following subtypes:
int_literal
int_numeric_variable
literal_number
numeric_variable
real_literal
real_numeric_variable
simple_numeric_expression*
* - Immediate Subtypes
Referenced By
Entity numeric_expression and its supertypes are referenced by the following definitions:
[Top Level Definitions] Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2010-01-12T10:42:21-02:00