ENTITY comparison_expression

(* SCHEMA AUTOMOTIVE_DESIGN; *)
 
ENTITY comparison_expression
ABSTRACT SUPERTYPE OF (ONEOF (comparison_equal, comparison_greater, 
comparison_greater_equal, comparison_less, comparison_less_equal, 
comparison_not_equal, like_expression))
SUBTYPE OF (boolean_expression, binary_generic_expression);
  SELF\binary_generic_expression.operands :  LIST [2:2] OF expression;
WHERE
  wr1 : ('AUTOMOTIVE_DESIGN.NUMERIC_EXPRESSION' IN TYPEOF(SELF\
    binary_generic_expression.operands[1])) AND (
    'AUTOMOTIVE_DESIGN.NUMERIC_EXPRESSION' IN TYPEOF(SELF\
    binary_generic_expression.operands[2])) OR (
    'AUTOMOTIVE_DESIGN.BOOLEAN_EXPRESSION' IN TYPEOF(SELF\
    binary_generic_expression.operands[1])) AND (
    'AUTOMOTIVE_DESIGN.BOOLEAN_EXPRESSION' IN TYPEOF(SELF\
    binary_generic_expression.operands[2])) OR (
    'AUTOMOTIVE_DESIGN.STRING_EXPRESSION' IN TYPEOF(SELF\
    binary_generic_expression.operands[1])) AND (
    'AUTOMOTIVE_DESIGN.STRING_EXPRESSION' IN TYPEOF(SELF\
    binary_generic_expression.operands[2]));
END_ENTITY; (* declared in: iso13584_expressions_schema *)

Explicit Attributes

Entity comparison_expression has the following local and inherited explicit attributes:
AttributeTypeDefined By
 operandsLIST OF expression (ENTITY)comparison_expression(Redcl from binary_generic_expression)

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity comparison_expression inherits from the following supertypes:
  generic_expression
    expression
      boolean_expression
  generic_expression
    binary_generic_expression

Subtypes

Entity comparison_expression has the following subtypes:
    comparison_equal*
    comparison_greater*
    comparison_greater_equal*
    comparison_less*
    comparison_less_equal*
    comparison_not_equal*
    like_expression*
* - Immediate Subtypes

Referenced By

Entity comparison_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
 boolean_expression ENTITY comparison_expression
 comparison_expression ENTITY expression
 comparison_expression ENTITY binary_generic_expression
 expression ENTITY boolean_expression
 format_function ENTITY generic_expression
 format_function ENTITY binary_generic_expression
 generic_expression ENTITY binary_generic_expression
 index_expression ENTITY generic_expression
 index_expression ENTITY binary_generic_expression
 interval_expression ENTITY generic_expression
 is_acyclic FUNCTION generic_expression
 is_sql_mappable FUNCTION comparison_expression
 is_sql_mappable FUNCTION expression
 is_sql_mappable FUNCTION binary_generic_expression
 like_expression ENTITY comparison_expression
 multiple_arity_boolean_expression ENTITY boolean_expression
 multiple_arity_generic_expression ENTITY generic_expression
 not_expression ENTITY boolean_expression
 substring_expression ENTITY generic_expression
 unary_generic_expression ENTITY generic_expression
 xor_expression ENTITY binary_generic_expression
 xor_expression ENTITY boolean_expression


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:16:11-04:00