ENTITY comparison_expression

(* SCHEMA ap238_arm_schema; *)
ENTITY comparison_expression	(* m1 *)
ABSTRACT SUPERTYPE OF(ONEOF(comparison_equal, comparison_not_equal, comparison_greater, comparison_greater_equal, comparison_less, comparison_less_equal))SUBTYPE OF (boolean_expression);
operand1:                   nc_variable;
operand2:                   rvalue;
END_ENTITY;

Explicit Attributes

Entity comparison_expression has the following local and inherited explicit attributes:
AttributeTypeDefined By
 operand1nc_variable (ENTITY)comparison_expression
 operand2rvalue (SELECT)comparison_expression

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity comparison_expression inherits from the following supertypes:
  boolean_expression

Subtypes

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

Referenced By

Entity comparison_expression and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 binary_boolean_expression ENTITY boolean_expression
 boolean_expression ENTITY comparison_expression
 if_statement ENTITY boolean_expression
 multiple_arity_boolean_expression ENTITY boolean_expression
 unary_boolean_expression ENTITY boolean_expression
 while_statement ENTITY boolean_expression


[Top Level Definitions]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-11-21T09:54:01-05:00