|
ENTITY variational_parameter ABSTRACT SUPERTYPE OF (ONEOF (bound_variational_parameter, unbound_variational_parameter)) SUBTYPE OF (variational_representation_item, maths_variable); parameter_description : OPTIONAL text; parameter_current_value : maths_value; WHERE WR1: member_of(parameter_current_value, SELF\maths_variable.values_space); WR2: SELF\maths_variable.name = SELF\representation_item.name; END_ENTITY; -- variational_parameter |
Entity data types and their attributesrepresentation_itemname: label; variational_representation_item - generic_expression - simple_generic_expression - generic_variable (INV) interpretation: environment FOR syntactic_representation; maths_variable values_space: maths_space; name: label; variational_parameter (OPT) parameter_description: text; parameter_current_value: maths_value; |
| bound_variational_parameter (parameterization_schema) |
| unbound_variational_parameter (parameterization_schema) |
Global rules for this entity data type- |