org.eclipse.etrice.core.config
Interface ConfigPackage

All Known Implementing Classes:
ConfigPackageImpl

public interface ConfigPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
ConfigFactory
EMF generated code
EMF model element
kind="package"

Nested Class Summary
static interface ConfigPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Field Summary
static int ACTOR_CLASS_CONFIG
          The meta object id for the 'Actor Class Config' class.
static int ACTOR_CLASS_CONFIG__ACTOR_CLASS
          The feature id for the 'Actor Class' reference.
static int ACTOR_CLASS_CONFIG_FEATURE_COUNT
          The number of structural features of the 'Actor Class Config' class.
static int CONFIG_MODEL
          The meta object id for the 'Model' class.
static int CONFIG_MODEL__ACTOR_CLASS_CONFIGS
          The feature id for the 'Actor Class Configs' containment reference list.
static int CONFIG_MODEL__ACTOR_INSTANCE_CONFIGS
          The feature id for the 'Actor Instance Configs' attribute list.
static int CONFIG_MODEL_FEATURE_COUNT
          The number of structural features of the 'Model' class.
static ConfigPackage eINSTANCE
          The singleton instance of the package.
static java.lang.String eNAME
          The package name.
static java.lang.String eNS_PREFIX
          The package namespace name.
static java.lang.String eNS_URI
          The package namespace URI.
 
Method Summary
 EReference getActorClassConfig_ActorClass()
          Returns the meta object for the reference 'Actor Class'.
 EClass getActorClassConfig()
          Returns the meta object for class 'Actor Class Config'.
 ConfigFactory getConfigFactory()
          Returns the factory that creates the instances of the model.
 EReference getConfigModel_ActorClassConfigs()
          Returns the meta object for the containment reference list 'Actor Class Configs'.
 EAttribute getConfigModel_ActorInstanceConfigs()
          Returns the meta object for the attribute list 'Actor Instance Configs'.
 EClass getConfigModel()
          Returns the meta object for class 'Model'.
 

Field Detail

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values
EMF generated code

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values
EMF generated code

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values
EMF generated code

eINSTANCE

static final ConfigPackage eINSTANCE
The singleton instance of the package.

EMF generated code

CONFIG_MODEL

static final int CONFIG_MODEL
The meta object id for the 'Model' class.

See Also:
ConfigModelImpl, ConfigPackageImpl.getConfigModel(), Constant Field Values
EMF generated code

CONFIG_MODEL__ACTOR_CLASS_CONFIGS

static final int CONFIG_MODEL__ACTOR_CLASS_CONFIGS
The feature id for the 'Actor Class Configs' containment reference list.

See Also:
Constant Field Values
EMF generated code
EMF ordered

CONFIG_MODEL__ACTOR_INSTANCE_CONFIGS

static final int CONFIG_MODEL__ACTOR_INSTANCE_CONFIGS
The feature id for the 'Actor Instance Configs' attribute list.

See Also:
Constant Field Values
EMF generated code
EMF ordered

CONFIG_MODEL_FEATURE_COUNT

static final int CONFIG_MODEL_FEATURE_COUNT
The number of structural features of the 'Model' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

ACTOR_CLASS_CONFIG

static final int ACTOR_CLASS_CONFIG
The meta object id for the 'Actor Class Config' class.

See Also:
ActorClassConfigImpl, ConfigPackageImpl.getActorClassConfig(), Constant Field Values
EMF generated code

ACTOR_CLASS_CONFIG__ACTOR_CLASS

static final int ACTOR_CLASS_CONFIG__ACTOR_CLASS
The feature id for the 'Actor Class' reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

ACTOR_CLASS_CONFIG_FEATURE_COUNT

static final int ACTOR_CLASS_CONFIG_FEATURE_COUNT
The number of structural features of the 'Actor Class Config' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered
Method Detail

getConfigModel

EClass getConfigModel()
Returns the meta object for class 'Model'.

Returns:
the meta object for class 'Model'.
See Also:
ConfigModel
EMF generated code

getConfigModel_ActorClassConfigs

EReference getConfigModel_ActorClassConfigs()
Returns the meta object for the containment reference list 'Actor Class Configs'.

Returns:
the meta object for the containment reference list 'Actor Class Configs'.
See Also:
ConfigModel.getActorClassConfigs(), getConfigModel()
EMF generated code

getConfigModel_ActorInstanceConfigs

EAttribute getConfigModel_ActorInstanceConfigs()
Returns the meta object for the attribute list 'Actor Instance Configs'.

Returns:
the meta object for the attribute list 'Actor Instance Configs'.
See Also:
ConfigModel.getActorInstanceConfigs(), getConfigModel()
EMF generated code

getActorClassConfig

EClass getActorClassConfig()
Returns the meta object for class 'Actor Class Config'.

Returns:
the meta object for class 'Actor Class Config'.
See Also:
ActorClassConfig
EMF generated code

getActorClassConfig_ActorClass

EReference getActorClassConfig_ActorClass()
Returns the meta object for the reference 'Actor Class'.

Returns:
the meta object for the reference 'Actor Class'.
See Also:
ActorClassConfig.getActorClass(), getActorClassConfig()
EMF generated code

getConfigFactory

ConfigFactory getConfigFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.
EMF generated code