de.uka.ipd.sdq.featureconfig
Interface featureconfigFactory

All Known Implementing Classes:
featureconfigFactoryImpl

public interface featureconfigFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
featureconfigPackage

Field Summary
static featureconfigFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 ConfigNode createConfigNode()
          Returns a new object of class 'Config Node'.
 Configuration createConfiguration()
          Returns a new object of class 'Configuration'.
 FeatureConfig createFeatureConfig()
          Returns a new object of class 'Feature Config'.
 featureconfigPackage getfeatureconfigPackage()
          Returns the package supported by this factory.
 

Field Detail

eINSTANCE

static final featureconfigFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createConfigNode

ConfigNode createConfigNode()
Returns a new object of class 'Config Node'.

Returns:
a new object of class 'Config Node'.

createFeatureConfig

FeatureConfig createFeatureConfig()
Returns a new object of class 'Feature Config'.

Returns:
a new object of class 'Feature Config'.

createConfiguration

Configuration createConfiguration()
Returns a new object of class 'Configuration'.

Returns:
a new object of class 'Configuration'.

getfeatureconfigPackage

featureconfigPackage getfeatureconfigPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.