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)