org.eclipse.etrice.core.config
Interface ConfigFactory

All Known Implementing Classes:
ConfigFactoryImpl

public interface ConfigFactory

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

See Also:
ConfigPackage
EMF generated code

Field Summary
static ConfigFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 ActorClassConfig createActorClassConfig()
          Returns a new object of class 'Actor Class Config'.
 ConfigModel createConfigModel()
          Returns a new object of class 'Model'.
 ConfigPackage getConfigPackage()
          Returns the package supported by this factory.
 

Field Detail

eINSTANCE

static final ConfigFactory eINSTANCE
The singleton instance of the factory.

EMF generated code
Method Detail

createConfigModel

ConfigModel createConfigModel()
Returns a new object of class 'Model'.

Returns:
a new object of class 'Model'.
EMF generated code

createActorClassConfig

ActorClassConfig createActorClassConfig()
Returns a new object of class 'Actor Class Config'.

Returns:
a new object of class 'Actor Class Config'.
EMF generated code

getConfigPackage

ConfigPackage getConfigPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
EMF generated code