ENTITY interval_expression
(* SCHEMA AUTOMOTIVE_DESIGN; *)
ENTITY interval_expression
SUBTYPE OF (boolean_expression, multiple_arity_generic_expression);
DERIVE
interval_low : generic_expression := SELF\multiple_arity_generic_expression.
operands[1];
interval_item : generic_expression := SELF\multiple_arity_generic_expression.
operands[2];
interval_high : generic_expression := SELF\multiple_arity_generic_expression.
operands[3];
WHERE
wr1 : ('AUTOMOTIVE_DESIGN.EXPRESSION' IN TYPEOF(interval_low)) AND (
'AUTOMOTIVE_DESIGN.EXPRESSION' IN TYPEOF(interval_item)) AND (
'AUTOMOTIVE_DESIGN.EXPRESSION' IN TYPEOF(interval_high));
wr2 : ('AUTOMOTIVE_DESIGN.STRING_EXPRESSION' IN TYPEOF(SELF.interval_low))
AND ('AUTOMOTIVE_DESIGN.STRING_EXPRESSION' IN TYPEOF(SELF.interval_high
)) AND ('AUTOMOTIVE_DESIGN.STRING_EXPRESSION' IN TYPEOF(SELF.
interval_item)) OR ('AUTOMOTIVE_DESIGN.STRING_EXPRESSION' IN TYPEOF(SELF
.interval_low)) AND ('AUTOMOTIVE_DESIGN.NUMERIC_EXPRESSION' IN TYPEOF(
SELF.interval_item)) AND ('AUTOMOTIVE_DESIGN.NUMERIC_EXPRESSION' IN
TYPEOF(SELF.interval_high));
END_ENTITY; (* declared in: iso13584_expressions_schema *)
Explicit Attributes
Entity interval_expression has the following local and inherited explicit attributes:
Derived Attributes
Entity interval_expression has the following local and inherited derived attributes:
Inverse Attributes
No Inverse AttributesSupertypes
Entity interval_expression inherits from the following supertypes:
generic_expression
expression
boolean_expression
generic_expression
multiple_arity_generic_expression
Subtypes
No subtypesReferenced By
Entity interval_expression and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:16:11-04:00