Uses of Class
org.eclipse.emf.ecore.resource.impl.ResourceImpl

Packages that use ResourceImpl
org.eclipse.emf.ecore.resource.impl Provides an implementation of the resource API. 
org.eclipse.emf.ecore.xmi.impl   
org.eclipse.emf.ecore.xml.type.util   
org.eclipse.emf.mapping.ecore2ecore.util   
org.eclipse.emf.mapping.ecore2xml.util   
 

Uses of ResourceImpl in org.eclipse.emf.ecore.resource.impl
 

Subclasses of ResourceImpl in org.eclipse.emf.ecore.resource.impl
 class BinaryResourceImpl
          PROVISIONAL API for efficiently producing and consuming a compact binary serialization.
 

Uses of ResourceImpl in org.eclipse.emf.ecore.xmi.impl
 

Subclasses of ResourceImpl in org.eclipse.emf.ecore.xmi.impl
 class EMOFResourceImpl
          This class represents an Ecore model serialized as an EMOF XMI file.
 class GenericXMLResourceImpl
           
 class XMIResourceImpl
          This class represents an XMIResource.
 class XMLResourceImpl
          This class implements the XMLResource interface.
 

Uses of ResourceImpl in org.eclipse.emf.ecore.xml.type.util
 

Subclasses of ResourceImpl in org.eclipse.emf.ecore.xml.type.util
 class XMLTypeResourceImpl
          Provides access to the generated frame factory for the built-in XML types.
 

Uses of ResourceImpl in org.eclipse.emf.mapping.ecore2ecore.util
 

Subclasses of ResourceImpl in org.eclipse.emf.mapping.ecore2ecore.util
 class Ecore2EcoreResourceImpl
          The Resource associated with the package
 

Uses of ResourceImpl in org.eclipse.emf.mapping.ecore2xml.util
 

Subclasses of ResourceImpl in org.eclipse.emf.mapping.ecore2xml.util
 class Ecore2XMLResourceImpl
          The Resource associated with the package.
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.