|
ENTITY maths_variable SUBTYPE OF (generic_variable); values_space : maths_space; name : label; WHERE WR1: expression_is_constant(values_space); END_ENTITY; -- maths_variable |
Entity data types and their attributesgeneric_expression- simple_generic_expression - generic_variable (INV) interpretation: environment FOR syntactic_representation; maths_variable values_space: maths_space; name: label; |
| maths_boolean_variable (mathematical_functions_schema) |
| maths_integer_variable (mathematical_functions_schema) |
| maths_real_variable (mathematical_functions_schema) |
| maths_string_variable (mathematical_functions_schema) |
| variational_parameter (parameterization_schema) |
Global rules for this entity data type- |