|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Resource | |
org.eclipse.emf.ecore | Provides an API for the Ecore dialect of UML. |
org.eclipse.emf.ecore.change | Provides an API for describing and applying model changes. |
org.eclipse.emf.ecore.change.impl | Provides an implementation of the Change model. |
org.eclipse.emf.ecore.change.util | Provides utilities. |
org.eclipse.emf.ecore.impl | Provides an implementation of Ecore. |
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 | |
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.ecore2ecore.util |
Uses of Resource in org.eclipse.emf.ecore |
Methods in org.eclipse.emf.ecore that return Resource | |
Resource |
EObject.eResource()
Returns the containing resource, or null .
|
Uses of Resource in org.eclipse.emf.ecore.change |
Methods in org.eclipse.emf.ecore.change that return Resource | |
Resource |
ResourceChange.getResource()
Returns the value of the 'Resource' attribute |
Methods in org.eclipse.emf.ecore.change with parameters of type Resource | |
void |
ResourceChange.setResource(Resource value)
Sets the value of the ' Resource ' attribute |
ResourceChange |
ChangeFactory.createResourceChange(Resource resource,
EList oldValue)
|
Uses of Resource in org.eclipse.emf.ecore.change.impl |
Fields in org.eclipse.emf.ecore.change.impl declared as Resource | |
protected static Resource |
ResourceChangeImpl.RESOURCE_EDEFAULT
The default value of the ' Resource ' attribute |
protected Resource |
ResourceChangeImpl.resource
The cached value of the ' Resource ' attribute |
Methods in org.eclipse.emf.ecore.change.impl that return Resource | |
Resource |
ResourceChangeImpl.getResource()
|
Methods in org.eclipse.emf.ecore.change.impl with parameters of type Resource | |
void |
ResourceChangeImpl.setResourceGen(Resource newResource)
|
void |
ResourceChangeImpl.setResource(Resource newResource)
|
ResourceChange |
ChangeFactoryImpl.createResourceChange(Resource resource,
EList oldValue)
|
Constructors in org.eclipse.emf.ecore.change.impl with parameters of type Resource | |
ResourceChangeImpl(Resource resource,
EList value)
|
Uses of Resource in org.eclipse.emf.ecore.change.util |
Methods in org.eclipse.emf.ecore.change.util with parameters of type Resource | |
protected ResourceChange |
ChangeRecorder.getResourceChange(Resource resource)
|
protected ResourceChange |
ChangeRecorder.createResourceChange(Resource resource,
EList value)
|
Constructors in org.eclipse.emf.ecore.change.util with parameters of type Resource | |
ChangeRecorder(Resource resource)
|
Uses of Resource in org.eclipse.emf.ecore.impl |
Methods in org.eclipse.emf.ecore.impl that return Resource | |
protected Resource |
EPackageImpl.createResource(String uri)
|
Resource |
BasicEObjectImpl.eResource()
|
Uses of Resource in org.eclipse.emf.ecore.resource |
Subinterfaces of Resource in org.eclipse.emf.ecore.resource | |
static interface |
Resource.Internal
An internal interface implemented by all resources. |
Methods in org.eclipse.emf.ecore.resource that return Resource | |
Resource |
ResourceSet.getResource(URI uri,
boolean loadOnDemand)
Returns the resource resolved by the URI. |
Resource |
ResourceSet.createResource(URI uri)
Creates a new resource, of the appropriate type, and returns it. |
Resource |
Resource.Factory.createResource(URI uri)
Creates a resource with the given URI and returns it. |
Uses of Resource in org.eclipse.emf.ecore.resource.impl |
Classes in org.eclipse.emf.ecore.resource.impl that implement Resource | |
class |
ResourceImpl
A highly extensible resource implementation. |
Methods in org.eclipse.emf.ecore.resource.impl that return Resource | |
protected Resource |
ResourceSetImpl.demandCreateResource(URI uri)
Creates a new resource appropriate for the URI. |
protected Resource |
ResourceSetImpl.delegatedGetResource(URI uri,
boolean loadOnDemand)
Returns a resolved resource available outside of the resource set. |
Resource |
ResourceSetImpl.getResource(URI uri,
boolean loadOnDemand)
|
Resource |
ResourceSetImpl.createResource(URI uri)
|
Resource |
ResourceFactoryImpl.createResource(URI uri)
Returns a newly allocated default resource implementation . |
Methods in org.eclipse.emf.ecore.resource.impl with parameters of type Resource | |
protected void |
ResourceSetImpl.demandLoad(Resource resource)
Loads the given resource. |
protected void |
ResourceSetImpl.demandLoadHelper(Resource resource)
Demand loads the given resource using ResourceSetImpl.demandLoad(Resource)
and wraps any IOException as a runtime exception.
|
Uses of Resource in org.eclipse.emf.ecore.util |
Methods in org.eclipse.emf.ecore.util with parameters of type Resource | |
static Adapter |
EcoreUtil.getRegisteredAdapter(Resource resource,
Object type)
Returns the specified resource's adapter of the specified type. |
static EObject |
EcoreUtil.resolve(EObject proxy,
Resource resourceContext)
Returns the resolved object represented by proxy. |
static boolean |
EcoreUtil.isAncestor(Resource ancestorResource,
EObject eObject)
Returns whether the given resource is that of the object, i.e., whether the object is in the content tree of the resource. |
protected Iterator |
EcoreUtil.ContentTreeIterator.getResourceChildren(Resource resource)
Returns an iterator over the children of the given parent resource. |
static Map |
EcoreUtil.ExternalCrossReferencer.find(Resource resource)
Returns a map of all external cross references from the specified content tree. |
static Collection |
EcoreUtil.UsageCrossReferencer.find(EObject eObjectOfInterest,
Resource resource)
Returns a collection of usage references from the specified content tree. |
static Map |
EcoreUtil.UsageCrossReferencer.findAll(Collection eObjectsOfInterest,
Resource resource)
Returns a map of usage references from the specified content tree. |
static Map |
EcoreUtil.ProxyCrossReferencer.find(Resource resource)
Returns a map of all proxy references from the specified content tree. |
static Map |
EcoreUtil.UnresolvedProxyCrossReferencer.find(Resource resource)
Returns a map of all unresolvable proxies from the specified content tree. |
Constructors in org.eclipse.emf.ecore.util with parameters of type Resource | |
EcoreUtil.CrossReferencer(Resource resource)
Creates an instance for the given resource. |
|
EcoreUtil.ExternalCrossReferencer(Resource resource)
Creates an instance for the given resource. |
|
EcoreUtil.UsageCrossReferencer(Resource resource)
Creates an instance for the given resource. |
|
EcoreUtil.ProxyCrossReferencer(Resource resource)
Creates an instance for the given resource. |
|
EcoreUtil.UnresolvedProxyCrossReferencer(Resource resource)
Creates an instance for the given resource. |
Uses of Resource in org.eclipse.emf.ecore.xmi |
Subinterfaces of Resource in org.eclipse.emf.ecore.xmi | |
interface |
XMIResource
A resource that serializes to XMI. |
interface |
XMLResource
This interface represents an XML resource. |
Uses of Resource in org.eclipse.emf.ecore.xmi.impl |
Classes in org.eclipse.emf.ecore.xmi.impl that implement Resource | |
class |
EMOFResourceImpl
This class represents an Ecore model serialized as an EMOF XMI file. |
class |
XMIResourceImpl
This class represents an XMIResource. |
class |
XMLResourceImpl
This class implements the XMLResource interface. |
Methods in org.eclipse.emf.ecore.xmi.impl that return Resource | |
Resource |
XMLResourceFactoryImpl.createResource(URI uri)
Creates an XMLResourceImpl and returns it. |
Resource |
XMIResourceFactoryImpl.createResource(URI uri)
|
Resource |
EcoreResourceFactoryImpl.createResource(URI uri)
|
Resource |
EMOFResourceFactoryImpl.createResource(URI uri)
|
Methods in org.eclipse.emf.ecore.xmi.impl with parameters of type Resource | |
protected URI |
XMLHelperImpl.getHREF(Resource otherResource,
EObject obj)
|
Uses of Resource in org.eclipse.emf.edit.domain |
Methods in org.eclipse.emf.edit.domain that return Resource | |
Resource |
EditingDomain.createResource(String fileNameURI)
This creates the specified resource in this editing domain's resource set. |
Resource |
EditingDomain.loadResource(String fileNameURI)
This loads the specified resource into this editing domain's resource set. |
Resource |
AdapterFactoryEditingDomain.createResource(String fileNameURI)
This is a convenience method to create a resource, you could use the resource set returned by AdapterFactoryEditingDomain.getResourceSet() directly. |
Resource |
AdapterFactoryEditingDomain.loadResource(String fileNameURI)
This is a convenience method to load a resource, you could use the resource set returned by AdapterFactoryEditingDomain.getResourceSet() directly. |
Methods in org.eclipse.emf.edit.domain with parameters of type Resource | |
boolean |
EditingDomain.isReadOnly(Resource resource)
This returns whether the resource is read only in editing domain. |
boolean |
AdapterFactoryEditingDomain.isReadOnly(Resource resource)
This returns whether the resource is read only. |
Uses of Resource in org.eclipse.emf.mapping.ecore2ecore.util |
Classes in org.eclipse.emf.mapping.ecore2ecore.util that implement Resource | |
class |
Ecore2EcoreResourceImpl
The Resource associated with the package |
Methods in org.eclipse.emf.mapping.ecore2ecore.util that return Resource | |
Resource |
Ecore2EcoreResourceFactoryImpl.createResource(URI uri)
Creates an instance of the resource |
|
Copyright 2001-2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |