ENTITY numeric_variable
(* SCHEMA AUTOMOTIVE_DESIGN; *)
ENTITY numeric_variable
SUPERTYPE OF (ONEOF (int_numeric_variable, real_numeric_variable))
SUBTYPE OF (simple_numeric_expression, variable);
WHERE
wr1 : ('AUTOMOTIVE_DESIGN.INT_NUMERIC_VARIABLE' IN TYPEOF(SELF)) OR (
'AUTOMOTIVE_DESIGN.REAL_NUMERIC_VARIABLE' IN TYPEOF(SELF));
END_ENTITY; (* declared in: iso13584_expressions_schema *)
Explicit Attributes
No explicit attributes
Derived Attributes
Entity numeric_variable has the following local and inherited derived attributes:
Inverse Attributes
Entity numeric_variable has the following local and inherited inverse attributes:
Supertypes
Entity numeric_variable inherits from the following supertypes:
generic_expression
expression
numeric_expression
simple_numeric_expression
generic_expression
simple_generic_expression
generic_expression
simple_generic_expression
generic_variable
variable
Subtypes
Entity numeric_variable has the following subtypes:
int_numeric_variable*
real_numeric_variable*
* - Immediate Subtypes
Referenced By
Entity numeric_variable 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