/**
* Returns the map of external cross references for this cross referencer.
* @return a map of cross references.
*/
/**
* Returns the map of proxy references for this cross referencer.
* @return a map of cross references.
*/
/**
* Returns the map of unresolvable proxies for this cross referencer.
* @return a map of cross references.
*/
protected Map<EObject, Collection<EStructuralFeature.Setting>> [[#variable1469c700]]() {
crossReference();
done();
return this ;
}
/**
* Returns a map of all external cross references from the specified content tree.
* @param eObject an object whose content trees should be considered.
* @return a map of cross references.
*/
/**
* Returns a map of all proxy references from the specified content tree.
* @param eObject an object whose content trees should be considered.
* @return a map of cross references.
*/
/**
* Returns a map of all unresolvable proxies from the specified content tree.
* @param eObject an object whose content trees should be considered.
* @return a map of cross references.
*/
public static Map<EObject, Collection<EStructuralFeature.Setting>> find(EObject eObject) {
return new [[#variable1469c660]](eObject). [[#variable1469c700]]();
}
/**
* Returns a map of all external cross references from the specified content tree.
* @param resource a resource whose content tree should be considered.
* @return a map of cross references.
*/
/**
* Returns a map of all proxy references from the specified content tree.
* @param resource a resource whose content tree should be considered.
* @return a map of cross references.
*/
/**
* Returns a map of all unresolvable proxies from the specified content tree.
* @param resource a resource whose content tree should be considered.
* @return a map of cross references.
*/
public static Map<EObject, Collection<EStructuralFeature.Setting>> find(Resource resource) {
return new [[#variable1469c660]](resource). [[#variable1469c700]]();
}
/**
* Returns a map of all external cross references from the specified content tree.
* @param resourceSet a resourceSet whose content tree should be considered.
* @return a map of cross references.
*/
/**
* Returns a map of all proxy references from the specified content tree.
* @param resourceSet a resourceSet whose content tree should be considered.
* @return a map of cross references.
*/
/**
* Returns a map of all unresolvable proxies from the specified content tree.
* @param resourceSet a resourceSet whose content tree should be considered.
* @return a map of cross references.
*/
public static Map<EObject, Collection<EStructuralFeature.Setting>> find(ResourceSet resourceSet) {
return new [[#variable1469c660]](resourceSet). [[#variable1469c700]]();
}
/**
* Returns a map of all external cross references from the combined content trees of the specified collection of objects.
* @param emfObjectsToSearch a collection of objects whose combined content trees should be considered.
* @return a map of cross references.
*/
/**
* Returns a map of all proxy references from the specified content tree.
* @param emfObjects a collection of objects whose combined content trees should be considered.
* @return a map of cross references.
*/
/**
* Returns a map of all unresolvable proxies from the specified content tree.
* @param emfObjects a collection of objects whose combined content trees should be considered.
* @return a map of cross references.
*/
public static Map<EObject, Collection<EStructuralFeature.Setting>> find(Collection<? > [[#variable1469c640]]) {
return new [[#variable1469c660]]( [[#variable1469c640]]). [[#variable1469c700]]();
}
|