ENTITY binary_generic_expression

(* SCHEMA structural_analysis_design; *)
  ENTITY binary_generic_expression
    ABSTRACT SUPERTYPE
    SUBTYPE OF (generic_expression);
      operands : LIST [2:2] OF generic_expression;
  END_ENTITY; -- binary_generic_expression

Explicit Attributes

Entity binary_generic_expression has the following local and inherited explicit attributes:
AttributeTypeDefined By
 operandsLIST OF generic_expression (ENTITY)binary_generic_expression

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity binary_generic_expression inherits from the following supertypes:
  generic_expression

Subtypes

Entity binary_generic_expression has the following subtypes:
    binary_numeric_expression*
    comparison_equal
    comparison_expression*
    div_expression
    minus_expression
* - Immediate Subtypes

Referenced By

Entity binary_generic_expression and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 acyclic FUNCTION binary_generic_expression
 acyclic FUNCTION generic_expression
 binary_generic_expression ENTITY generic_expression
 binary_numeric_expression ENTITY binary_generic_expression
 comparison_expression ENTITY binary_generic_expression
 generic_expression ENTITY binary_generic_expression
 interval_expression ENTITY generic_expression
 is_acyclic FUNCTION generic_expression
 is_sql_mappable FUNCTION binary_generic_expression
 multiple_arity_generic_expression ENTITY generic_expression
 unary_generic_expression ENTITY generic_expression


[Top Level Definitions] [Exit]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:38:43-04:00