public static class EcoreUtil.ExternalCrossReferencer extends EcoreUtil.CrossReferencer
emfObjects| Modifier | Constructor and Description |
|---|---|
protected |
ExternalCrossReferencer(java.util.Collection<?> emfObjects)
Creates an instance for the given collection of objects.
|
protected |
ExternalCrossReferencer(EObject eObject)
Creates an instance for the given object.
|
protected |
ExternalCrossReferencer(Resource resource)
Creates an instance for the given resource.
|
protected |
ExternalCrossReferencer(ResourceSet resourceSet)
Creates an instance for the given resource set.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
crossReference(EObject eObject,
EReference eReference,
EObject crossReferencedEObject)
Return true if the specified eReference from eObject to crossReferencedEObject should be
considered a cross reference by this cross referencer.
|
static java.util.Map<EObject,java.util.Collection<EStructuralFeature.Setting>> |
find(java.util.Collection<?> emfObjectsToSearch)
Returns a map of all external cross references from the combined content trees of the specified collection of objects.
|
static java.util.Map<EObject,java.util.Collection<EStructuralFeature.Setting>> |
find(EObject eObject)
Returns a map of all external cross references from the specified content tree.
|
static java.util.Map<EObject,java.util.Collection<EStructuralFeature.Setting>> |
find(Resource resource)
Returns a map of all external cross references from the specified content tree.
|
static java.util.Map<EObject,java.util.Collection<EStructuralFeature.Setting>> |
find(ResourceSet resourceSet)
Returns a map of all external cross references from the specified content tree.
|
protected java.util.Map<EObject,java.util.Collection<EStructuralFeature.Setting>> |
findExternalCrossReferences()
Returns the map of external cross references for this cross referencer.
|
add, containment, crossReference, done, getCollection, getCrossReferences, handleCrossReference, newCollection, newContentsIterator, print, print, resolve, toStringclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesprotected ExternalCrossReferencer(java.util.Collection<?> emfObjects)
emfObjects - the collection of objects to cross reference.protected ExternalCrossReferencer(EObject eObject)
eObject - the object to cross reference.protected ExternalCrossReferencer(Resource resource)
resource - the resource to cross reference.protected ExternalCrossReferencer(ResourceSet resourceSet)
resourceSet - the resource set to cross reference.protected boolean crossReference(EObject eObject, EReference eReference, EObject crossReferencedEObject)
crossReference in class EcoreUtil.CrossReferencereObject - an object in the cross referencer's content tree.eReference - a reference from the object.crossReferencedEObject - the target of the specified reference.protected java.util.Map<EObject,java.util.Collection<EStructuralFeature.Setting>> findExternalCrossReferences()
public static java.util.Map<EObject,java.util.Collection<EStructuralFeature.Setting>> find(EObject eObject)
eObject - an object whose content trees should be considered.public static java.util.Map<EObject,java.util.Collection<EStructuralFeature.Setting>> find(Resource resource)
resource - a resource whose content tree should be considered.public static java.util.Map<EObject,java.util.Collection<EStructuralFeature.Setting>> find(ResourceSet resourceSet)
resourceSet - a resourceSet whose content tree should be considered.public static java.util.Map<EObject,java.util.Collection<EStructuralFeature.Setting>> find(java.util.Collection<?> emfObjectsToSearch)
emfObjectsToSearch - a collection of objects whose combined content trees should be considered.Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature