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:
AttributeTypeDefined By
 is_intBOOLEANnumeric_expression
 sql_mappableBOOLEANnumeric_expression

Inverse Attributes

    No Inverse Attributes

Supertypes

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:
DefinitionTypeReferenced Entity
 acyclic FUNCTION generic_expression
 binary_generic_expression ENTITY generic_expression
 comparison_expression ENTITY expression
 expression ENTITY numeric_expression
 is_acyclic FUNCTION generic_expression
 is_int_expr FUNCTION numeric_expression
 is_SQL_mappable FUNCTION expression
 multiple_arity_generic_expression ENTITY generic_expression
 unary_generic_expression ENTITY generic_expression


[Top Level Definitions]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2010-01-12T10:42:21-02:00