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

Packages that use ResourceSetImpl
org.eclipse.emf.ecore.resource.impl Provides an implementation of the resource API. 
org.eclipse.emf.edit.domain This provides support for an EditingDomain, which acts a centralized control mechanism for managing a set of interrelated models and the Commands which modify them.
 

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

Fields in org.eclipse.emf.ecore.resource.impl declared as ResourceSetImpl
protected  ResourceSetImpl ResourceSetImpl.ResourceLocator.resourceSet
          The resource set for which this acts as an efficient lookup mechanism.
 

Constructors in org.eclipse.emf.ecore.resource.impl with parameters of type ResourceSetImpl
ResourceSetImpl.MappedResourceLocator(ResourceSetImpl resourceSet)
          Creates an instance of the given resource set.
ResourceSetImpl.ResourceLocator(ResourceSetImpl resourceSet)
          Creates an instance for the given resource set, and sets the resource set's resource locator.
 

Uses of ResourceSetImpl in org.eclipse.emf.edit.domain
 

Subclasses of ResourceSetImpl in org.eclipse.emf.edit.domain
protected  class AdapterFactoryEditingDomain.AdapterFactoryEditingDomainResourceSet
          This is an implementation of a context that knows about this editing domain.
 


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