org.eclipse.etrice.etunit.converter.Etunit.util
Class EtunitResourceFactoryImpl

java.lang.Object
  extended by ResourceFactoryImpl
      extended by org.eclipse.etrice.etunit.converter.Etunit.util.EtunitResourceFactoryImpl

public class EtunitResourceFactoryImpl
extends ResourceFactoryImpl

The Resource Factory associated with the package.

See Also:
EtunitResourceImpl
EMF generated code

Field Summary
protected  ExtendedMetaData extendedMetaData
           
 
Constructor Summary
EtunitResourceFactoryImpl()
          Creates an instance of the resource factory.
 
Method Summary
 Resource createResource(URI uri)
          Creates an instance of the resource.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

extendedMetaData

protected ExtendedMetaData extendedMetaData

EMF generated code
Constructor Detail

EtunitResourceFactoryImpl

public EtunitResourceFactoryImpl()
Creates an instance of the resource factory.

EMF generated code
Method Detail

createResource

public Resource createResource(URI uri)
Creates an instance of the resource.

EMF generated code