Overview Schemas Index

PARAMETERIZATION_SCHEMA (jsdai.SParameterization_schema)


ENTITY unbound_parameter_environment
          SUBTYPE OF (environment);
WHERE
          wr1: ('PARAMETERIZATION_SCHEMA.UNBOUND_VARIATIONAL_PARAMETER' IN
    TYPEOF(SELF\environment.syntactic_representation)) AND
    ('PARAMETERIZATION_SCHEMA.UNBOUND_VARIATIONAL_PARAMETER_SEMANTICS' IN
    TYPEOF(SELF\environment.semantics));
END_ENTITY; -- unbound_parameter_environment

Entity data types and their attributes

environment
          syntactic_representation: generic_variable;
          semantics: variable_semantics;
unbound_parameter_environment
          -

Users

environment
unbound_parameter_environment

Global rules for this entity data type

          -

public interface EUnbound_parameter_environment extends EEnvironment


public class CUnbound_parameter_environment implements EUnbound_parameter_environment


public class AUnbound_parameter_environment extends AEntity

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