Overview Schemas Index

ISO13584_GENERIC_EXPRESSIONS_SCHEMA (jsdai.SIso13584_generic_expressions_schema)


ENTITY environment;
          syntactic_representation : generic_variable;
          semantics : variable_semantics;
END_ENTITY; -- environment

Entity data types and their attributes

environment
          syntactic_representation: generic_variable;
          semantics: variable_semantics;

Known subtypes

          bound_parameter_environment (PARAMETERIZATION_SCHEMA)
          unbound_parameter_environment (PARAMETERIZATION_SCHEMA)

Users

environment

Global rules for this entity data type

          -

public interface EEnvironment extends EEntity

syntactic_representation (explicit attribute)

          boolean testSyntactic_representation(EEnvironment type)
          EGeneric_variable getSyntactic_representation(EEnvironment type)
          void setSyntactic_representation(EEnvironment type, EGeneric_variable value)
          void unsetSyntactic_representation(EEnvironment type)

semantics (explicit attribute)

          boolean testSemantics(EEnvironment type)
          EVariable_semantics getSemantics(EEnvironment type)
          void setSemantics(EEnvironment type, EVariable_semantics value)
          void unsetSemantics(EEnvironment type)

public class CEnvironment implements EEnvironment

          static EAttribute attributeSyntactic_representation(EEnvironment type)
          static int usedinSyntactic_representation(EEnvironment type, EGeneric_variable instance, ASdaiModel domain, AEnvironment result)
          static EAttribute attributeSemantics(EEnvironment type)
          static int usedinSemantics(EEnvironment type, EVariable_semantics instance, ASdaiModel domain, AEnvironment result)

public class AEnvironment extends AEntity

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