Overview Schemas Index

PARAMETERIZATION_SCHEMA (jsdai.SParameterization_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

environment
bound_parameter_environment

Global rules for this entity data type

          -

public interface EBound_parameter_environment extends EEnvironment


public class CBound_parameter_environment implements EBound_parameter_environment


public class ABound_parameter_environment extends AEntity

          public EBound_parameter_environment getByIndex(int index)
          public EBound_parameter_environment getCurrentMember(SdaiIterator it)