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

java.lang.Object
  extended by XMLResourceImpl
      extended by org.eclipse.etrice.etunit.converter.Etunit.util.EtunitResourceImpl

public class EtunitResourceImpl
extends XMLResourceImpl

The Resource associated with the package.

See Also:
EtunitResourceFactoryImpl
EMF generated code

Constructor Summary
EtunitResourceImpl(URI uri)
          Creates an instance of the resource.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EtunitResourceImpl

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

Parameters:
uri - the URI of the new resource.
EMF generated code