|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceSet | |
org.eclipse.emf.codegen.ecore.genmodel.presentation | |
org.eclipse.emf.codegen.ecore.rose2ecore | |
org.eclipse.emf.ecore.change.util | Provides utilities. |
org.eclipse.emf.ecore.resource | Provides an API for modeling abstract persistent resources. |
org.eclipse.emf.ecore.resource.impl | Provides an implementation of the resource API. |
org.eclipse.emf.ecore.util | Provides utilities. |
org.eclipse.emf.ecore.xmi.impl | |
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 Command s
which modify them.
|
org.eclipse.emf.mapping.command | |
org.eclipse.emf.mapping.domain |
Uses of ResourceSet in org.eclipse.emf.codegen.ecore.genmodel.presentation |
Fields in org.eclipse.emf.codegen.ecore.genmodel.presentation declared as ResourceSet | |
protected ResourceSet |
EMFProjectWizard.PackagePage.referencedGenModels
|
Uses of ResourceSet in org.eclipse.emf.codegen.ecore.rose2ecore |
Fields in org.eclipse.emf.codegen.ecore.rose2ecore declared as ResourceSet | |
protected ResourceSet |
Rose2Ecore.resourceSet
|
Methods in org.eclipse.emf.codegen.ecore.rose2ecore that return ResourceSet | |
ResourceSet |
Rose2Ecore.getResourceSet()
|
Methods in org.eclipse.emf.codegen.ecore.rose2ecore with parameters of type ResourceSet | |
void |
RoseUtil.saveEcoreFiles(ResourceSet resourceSet)
|
void |
RoseUtil.createResource(UnitTreeNode tree,
ResourceSet resourceSet)
|
Uses of ResourceSet in org.eclipse.emf.ecore.change.util |
Constructors in org.eclipse.emf.ecore.change.util with parameters of type ResourceSet | |
ChangeRecorder(ResourceSet resourceSet)
|
Uses of ResourceSet in org.eclipse.emf.ecore.resource |
Methods in org.eclipse.emf.ecore.resource that return ResourceSet | |
ResourceSet |
Resource.getResourceSet()
Returns the containing resource set. |
Methods in org.eclipse.emf.ecore.resource with parameters of type ResourceSet | |
NotificationChain |
Resource.Internal.basicSetResourceSet(ResourceSet resourceSet,
NotificationChain notifications)
Sets the resource to be contained by the given resource set, and returns the notifications this produces. |
Uses of ResourceSet in org.eclipse.emf.ecore.resource.impl |
Classes in org.eclipse.emf.ecore.resource.impl that implement ResourceSet | |
class |
ResourceSetImpl
An extensible resource set implementation. |
Fields in org.eclipse.emf.ecore.resource.impl declared as ResourceSet | |
protected ResourceSet |
ResourceImpl.resourceSet
The containing resource set. |
Methods in org.eclipse.emf.ecore.resource.impl that return ResourceSet | |
ResourceSet |
ResourceImpl.getResourceSet()
|
Methods in org.eclipse.emf.ecore.resource.impl with parameters of type ResourceSet | |
NotificationChain |
ResourceImpl.basicSetResourceSet(ResourceSet resourceSet,
NotificationChain notifications)
Sets the new containing resource set, and removes the resource from a previous containing resource set, if necessary. |
Uses of ResourceSet in org.eclipse.emf.ecore.util |
Methods in org.eclipse.emf.ecore.util with parameters of type ResourceSet | |
static EObject |
EcoreUtil.resolve(EObject proxy,
ResourceSet resourceSet)
Returns the resolved object represented by proxy. |
static boolean |
EcoreUtil.isAncestor(ResourceSet ancestorResourceSet,
EObject eObject)
Returns whether the given resource set is that of the object, i.e., whether the object is in the content tree of the resource set. |
protected Iterator |
EcoreUtil.ContentTreeIterator.getResourceSetChildren(ResourceSet resourceSet)
Returns an iterator over the children of the given parent resource set. |
static Map |
EcoreUtil.ExternalCrossReferencer.find(ResourceSet resourceSet)
Returns a map of all external cross references from the specified content tree. |
static Collection |
EcoreUtil.UsageCrossReferencer.find(EObject eObjectOfInterest,
ResourceSet resourceSet)
Returns a collection of usage references from the specified content tree. |
static Map |
EcoreUtil.UsageCrossReferencer.findAll(Collection eObjectsOfInterest,
ResourceSet resourceSet)
Returns a map of usage references from the specified content tree. |
static Map |
EcoreUtil.ProxyCrossReferencer.find(ResourceSet resourceSet)
Returns a map of all proxy references from the specified content tree. |
static Map |
EcoreUtil.UnresolvedProxyCrossReferencer.find(ResourceSet resourceSet)
Returns a map of all unresolvable proxies from the specified content tree. |
Constructors in org.eclipse.emf.ecore.util with parameters of type ResourceSet | |
EcoreUtil.CrossReferencer(ResourceSet resourceSet)
Creates an instance for the given resource set. |
|
EcoreUtil.ExternalCrossReferencer(ResourceSet resourceSet)
Creates an instance for the given resource set. |
|
EcoreUtil.UsageCrossReferencer(ResourceSet resourceSet)
Creates an instance for the given resource set. |
|
EcoreUtil.ProxyCrossReferencer(ResourceSet resourceSet)
Creates an instance for the given resource set. |
|
EcoreUtil.UnresolvedProxyCrossReferencer(ResourceSet resourceSet)
Creates an instance for the given resource set. |
Uses of ResourceSet in org.eclipse.emf.ecore.xmi.impl |
Fields in org.eclipse.emf.ecore.xmi.impl declared as ResourceSet | |
protected ResourceSet |
XMLHandler.resourceSet
|
Uses of ResourceSet in org.eclipse.emf.edit.domain |
Classes in org.eclipse.emf.edit.domain that implement ResourceSet | |
protected class |
AdapterFactoryEditingDomain.AdapterFactoryEditingDomainResourceSet
This is an implementation of a context that knows about this editing domain. |
Fields in org.eclipse.emf.edit.domain declared as ResourceSet | |
protected ResourceSet |
AdapterFactoryEditingDomain.resourceSet
This is the resource set used to contain all created and loaded resources. |
Methods in org.eclipse.emf.edit.domain that return ResourceSet | |
ResourceSet |
EditingDomain.getResourceSet()
This returns the resource set within which all the created and loaded resources reside. |
ResourceSet |
AdapterFactoryEditingDomain.getResourceSet()
This returns the resource set used to contain all created and loaded resources. |
Constructors in org.eclipse.emf.edit.domain with parameters of type ResourceSet | |
AdapterFactoryEditingDomain(AdapterFactory adapterFactory,
CommandStack commandStack,
ResourceSet resourceSet)
Create an instance from the adapter factory, the specialized command stack, and the specialized resource set. |
Uses of ResourceSet in org.eclipse.emf.mapping.command |
Fields in org.eclipse.emf.mapping.command declared as ResourceSet | |
protected ResourceSet |
PersistentCommandStack.Decoder.resourceSet
|
Methods in org.eclipse.emf.mapping.command with parameters of type ResourceSet | |
protected PersistentCommandStack.Decoder |
PersistentCommandStack.createDecoder(MappingRoot mappingRoot,
ResourceSet resourceSet,
ClassLoader classLoader)
You can overide this to create your own type of decoder. |
Constructors in org.eclipse.emf.mapping.command with parameters of type ResourceSet | |
PersistentCommandStack.Decoder(MappingRoot mappingRoot,
ResourceSet resourceSet,
ClassLoader classLoader)
|
Uses of ResourceSet in org.eclipse.emf.mapping.domain |
Constructors in org.eclipse.emf.mapping.domain with parameters of type ResourceSet | |
PluginAdapterFactoryMappingDomain(AdapterFactory mappingDomainAdapterFactory,
AdapterFactory editingDomainAdapterFactory,
CommandStack commandStack,
ResourceSet resourceSet,
String mappingDomainKey)
|
|
PluginAdapterFactoryMappingDomain(AdapterFactory mappingDomainAdapterFactory,
AdapterFactory topDomainAdapterFactory,
AdapterFactory bottomDomainAdapterFactory,
CommandStack commandStack,
ResourceSet resourceSet,
String mappingDomainKey)
|
|
AdapterFactoryMappingDomain(AdapterFactory mappingDomainAdapterFactory,
AdapterFactory editingDomainAdapterFactory,
CommandStack commandStack,
ResourceSet resourceSet)
|
|
AdapterFactoryMappingDomain(AdapterFactory mappingDomainAdapterFactory,
AdapterFactory topDomainAdapterFactory,
AdapterFactory bottomDomainAdapterFactory,
CommandStack commandStack,
ResourceSet resourceSet)
|
|
Copyright 2001-2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |