public interface IDefaultResourceDescriptionStrategy
DefaultReferenceDescription.| Modifier and Type | Method and Description |
|---|---|
boolean |
createEObjectDescriptions(org.eclipse.emf.ecore.EObject eObject,
IAcceptor<IEObjectDescription> acceptor)
Calculates the
IEObjectDescriptions for eObject and passes them to the acceptor. |
boolean |
createReferenceDescriptions(org.eclipse.emf.ecore.EObject eObject,
org.eclipse.emf.common.util.URI exportedContainerURI,
IAcceptor<IReferenceDescription> acceptor)
Calculates the
IReferenceDescriptions for external cross references from eObject and passes
them to the acceptor. |
boolean createEObjectDescriptions(org.eclipse.emf.ecore.EObject eObject,
IAcceptor<IEObjectDescription> acceptor)
IEObjectDescriptions for eObject and passes them to the acceptor.eObject should be traversed.boolean createReferenceDescriptions(org.eclipse.emf.ecore.EObject eObject,
org.eclipse.emf.common.util.URI exportedContainerURI,
IAcceptor<IReferenceDescription> acceptor)
IReferenceDescriptions for external cross references from eObject and passes
them to the acceptor.eObject should be traversed.