de.uka.ipd.sdq.featureconfig.impl
Class featureconfigPackageImpl

java.lang.Object
  extended by EPackageImpl
      extended by de.uka.ipd.sdq.featureconfig.impl.featureconfigPackageImpl
All Implemented Interfaces:
featureconfigPackage

public class featureconfigPackageImpl
extends EPackageImpl
implements featureconfigPackage

An implementation of the model Package.


Nested Class Summary
 
Nested classes/interfaces inherited from interface de.uka.ipd.sdq.featureconfig.featureconfigPackage
featureconfigPackage.Literals
 
Field Summary
 
Fields inherited from interface de.uka.ipd.sdq.featureconfig.featureconfigPackage
CONFIG_NODE, CONFIG_NODE__CONFIG_STATE, CONFIG_NODE__ORIGIN, CONFIG_NODE_FEATURE_COUNT, CONFIG_STATE, CONFIGURATION, CONFIGURATION__CONFIG_OVERRIDES, CONFIGURATION__DEFAULT_CONFIG, CONFIGURATION__NAME, CONFIGURATION_FEATURE_COUNT, eINSTANCE, eNAME, eNS_PREFIX, eNS_URI, FEATURE_CONFIG, FEATURE_CONFIG__CONFIGNODE, FEATURE_CONFIG__REFERENCED_OBJECT, FEATURE_CONFIG_FEATURE_COUNT
 
Method Summary
 void createPackageContents()
          Creates the meta-model objects for the package.
 EAttribute getConfigNode_ConfigState()
           
 EReference getConfigNode_Origin()
           
 EClass getConfigNode()
           
 EEnum getConfigState()
           
 EReference getConfiguration_ConfigOverrides()
           
 EReference getConfiguration_DefaultConfig()
           
 EAttribute getConfiguration_Name()
           
 EClass getConfiguration()
           
 EReference getFeatureConfig_Confignode()
           
 EReference getFeatureConfig_ReferencedObject()
           
 EClass getFeatureConfig()
           
 featureconfigFactory getfeatureconfigFactory()
           
static featureconfigPackage init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 void initializePackageContents()
          Complete the initialization of the package and its meta-model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

public static featureconfigPackage init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. Simple dependencies are satisfied by calling this method on all dependent packages before doing anything else. This method drives initialization for interdependent packages directly, in parallel with this package, itself.

Of this package and its interdependencies, all packages which have not yet been registered by their URI values are first created and registered. The packages are then initialized in two steps: meta-model objects for all of the packages are created before any are initialized, since one package's meta-model objects may refer to those of another.

Invocation of this method will not affect any packages that have already been initialized.

See Also:
featureconfigPackage.eNS_URI, createPackageContents(), initializePackageContents()

getConfigNode

public EClass getConfigNode()

Specified by:
getConfigNode in interface featureconfigPackage
Returns:
the meta object for class 'Config Node'.
See Also:
ConfigNode

getConfigNode_Origin

public EReference getConfigNode_Origin()

Specified by:
getConfigNode_Origin in interface featureconfigPackage
Returns:
the meta object for the reference 'Origin'.
See Also:
ConfigNode.getOrigin(), featureconfigPackage.getConfigNode()

getConfigNode_ConfigState

public EAttribute getConfigNode_ConfigState()

Specified by:
getConfigNode_ConfigState in interface featureconfigPackage
Returns:
the meta object for the attribute 'Config State'.
See Also:
ConfigNode.getConfigState(), featureconfigPackage.getConfigNode()

getFeatureConfig

public EClass getFeatureConfig()

Specified by:
getFeatureConfig in interface featureconfigPackage
Returns:
the meta object for class 'Feature Config'.
See Also:
FeatureConfig

getFeatureConfig_ReferencedObject

public EReference getFeatureConfig_ReferencedObject()

Specified by:
getFeatureConfig_ReferencedObject in interface featureconfigPackage
Returns:
the meta object for the reference 'Referenced Object'.
See Also:
FeatureConfig.getReferencedObject(), featureconfigPackage.getFeatureConfig()

getFeatureConfig_Confignode

public EReference getFeatureConfig_Confignode()

Specified by:
getFeatureConfig_Confignode in interface featureconfigPackage
Returns:
the meta object for the containment reference list 'Confignode'.
See Also:
FeatureConfig.getConfignode(), featureconfigPackage.getFeatureConfig()

getConfiguration

public EClass getConfiguration()

Specified by:
getConfiguration in interface featureconfigPackage
Returns:
the meta object for class 'Configuration'.
See Also:
Configuration

getConfiguration_DefaultConfig

public EReference getConfiguration_DefaultConfig()

Specified by:
getConfiguration_DefaultConfig in interface featureconfigPackage
Returns:
the meta object for the containment reference 'Default Config'.
See Also:
Configuration.getDefaultConfig(), featureconfigPackage.getConfiguration()

getConfiguration_ConfigOverrides

public EReference getConfiguration_ConfigOverrides()

Specified by:
getConfiguration_ConfigOverrides in interface featureconfigPackage
Returns:
the meta object for the containment reference 'Config Overrides'.
See Also:
Configuration.getConfigOverrides(), featureconfigPackage.getConfiguration()

getConfiguration_Name

public EAttribute getConfiguration_Name()

Specified by:
getConfiguration_Name in interface featureconfigPackage
Returns:
the meta object for the attribute 'Name'.
See Also:
Configuration.getName(), featureconfigPackage.getConfiguration()

getConfigState

public EEnum getConfigState()

Specified by:
getConfigState in interface featureconfigPackage
Returns:
the meta object for enum 'Config State'.
See Also:
ConfigState

getfeatureconfigFactory

public featureconfigFactory getfeatureconfigFactory()

Specified by:
getfeatureconfigFactory in interface featureconfigPackage
Returns:
the factory that creates the instances of the model.

createPackageContents

public void createPackageContents()
Creates the meta-model objects for the package. This method is guarded to have no affect on any invocation but its first.


initializePackageContents

public void initializePackageContents()
Complete the initialization of the package and its meta-model. This method is guarded to have no affect on any invocation but its first.