public abstract class AbstractContainer extends AbstractCompoundSelectable implements IContainer
IContainer.getResourceDescriptions().IContainer.ManagerNULL_CONTAINER| Constructor and Description |
|---|
AbstractContainer() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<IEObjectDescription> |
getExportedObjectsByObject(org.eclipse.emf.ecore.EObject object) |
IResourceDescription |
getResourceDescription(org.eclipse.emf.common.util.URI uri) |
int |
getResourceDescriptionCount() |
protected Iterable<IResourceDescription> |
getSelectables() |
boolean |
hasResourceDescription(org.eclipse.emf.common.util.URI uri) |
getExportedObjects, getExportedObjects, getExportedObjectsByType, isEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResourceDescriptionsgetExportedObjects, getExportedObjects, getExportedObjectsByType, isEmptyprotected Iterable<IResourceDescription> getSelectables()
getSelectables in class AbstractCompoundSelectablepublic int getResourceDescriptionCount()
getResourceDescriptionCount in interface IContainerIContainer.getResourceDescriptions()public boolean hasResourceDescription(org.eclipse.emf.common.util.URI uri)
hasResourceDescription in interface IContainertrue if the container can provide a resource description with the given uri.public IResourceDescription getResourceDescription(org.eclipse.emf.common.util.URI uri)
getResourceDescription in interface IContainerIResourceDescription for the given URI, or null is this container does
not contain such an IResourceDescription.
The result may be a cached view on the actual content of the underlying resource.public Iterable<IEObjectDescription> getExportedObjectsByObject(org.eclipse.emf.ecore.EObject object)
getExportedObjectsByObject in interface ISelectablegetExportedObjectsByObject in class AbstractCompoundSelectablenull.Copyright © 2015. All Rights Reserved.