Overview Schemas Index

parameterization_schema         


ENTITY bound_parameter_environment
          SUBTYPE OF (environment);
WHERE
          WR1: ('PARAMETERIZATION_SCHEMA.BOUND_VARIATIONAL_PARAMETER' IN
    TYPEOF(SELF\environment.syntactic_representation)) AND
    ('PARAMETERIZATION_SCHEMA.INSTANCE_ATTRIBUTE_REFERENCE' IN
    TYPEOF(SELF\environment.semantics));
END_ENTITY; -- bound_parameter_environment

Entity data types and their attributes

environment
          syntactic_representation: generic_variable;
          semantics: variable_semantics;
bound_parameter_environment
          -

Users: by entity attributes

environment
bound_parameter_environment

Users: by defined types, not used by any entity attribute

bound_parameter_environment
          -

Global rules for this entity data type

          -