org.eclipse.etrice.core.config.impl
Class ConfigFactoryImpl

java.lang.Object
  extended by EFactoryImpl
      extended by org.eclipse.etrice.core.config.impl.ConfigFactoryImpl
All Implemented Interfaces:
ConfigFactory

public class ConfigFactoryImpl
extends EFactoryImpl
implements ConfigFactory

An implementation of the model Factory.

EMF generated code

Field Summary
 
Fields inherited from interface org.eclipse.etrice.core.config.ConfigFactory
eINSTANCE
 
Constructor Summary
ConfigFactoryImpl()
          Creates an instance of the factory.
 
Method Summary
 EObject create(EClass eClass)
           
 ActorClassConfig createActorClassConfig()
           
 ConfigModel createConfigModel()
           
 ConfigPackage getConfigPackage()
           
static ConfigPackage getPackage()
          Deprecated.  
static ConfigFactory init()
          Creates the default factory implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigFactoryImpl

public ConfigFactoryImpl()
Creates an instance of the factory.

EMF generated code
Method Detail

init

public static ConfigFactory init()
Creates the default factory implementation.

EMF generated code

create

public EObject create(EClass eClass)

EMF generated code

createConfigModel

public ConfigModel createConfigModel()

Specified by:
createConfigModel in interface ConfigFactory
Returns:
a new object of class 'Model'.
EMF generated code

createActorClassConfig

public ActorClassConfig createActorClassConfig()

Specified by:
createActorClassConfig in interface ConfigFactory
Returns:
a new object of class 'Actor Class Config'.
EMF generated code

getConfigPackage

public ConfigPackage getConfigPackage()

Specified by:
getConfigPackage in interface ConfigFactory
Returns:
the package supported by this factory.
EMF generated code

getPackage

@Deprecated
public static ConfigPackage getPackage()
Deprecated. 

EMF generated code