org.eclipse.uml2.common.util
Class CacheAdapter.InverseCrossReferencer

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byorg.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
              extended byorg.eclipse.emf.ecore.util.ECrossReferenceAdapter.InverseCrossReferencer
                  extended byorg.eclipse.uml2.common.util.CacheAdapter.InverseCrossReferencer
All Implemented Interfaces:
Cloneable, Map, Serializable
Enclosing class:
CacheAdapter

protected class CacheAdapter.InverseCrossReferencer
extends ECrossReferenceAdapter.InverseCrossReferencer

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.eclipse.emf.ecore.util.ECrossReferenceAdapter.InverseCrossReferencer
proxyMap
 
Fields inherited from class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
emfObjects
 
Constructor Summary
protected CacheAdapter.InverseCrossReferencer()
           
 
Method Summary
protected  void addProxy(EObject proxy, EObject context)
           
protected  URI normalizeURI(URI uri, EObject objectContext)
           
 
Methods inherited from class org.eclipse.emf.ecore.util.ECrossReferenceAdapter.InverseCrossReferencer
add, add, add, crossReference, getCrossReferences, newCollection, remove, remove, removeProxies, removeProxy, resolve
 
Methods inherited from class org.eclipse.emf.ecore.util.EcoreUtil.CrossReferencer
containment, crossReference, done, find, getCollection, handleCrossReference, newContentsIterator, print, print, toString
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

CacheAdapter.InverseCrossReferencer

protected CacheAdapter.InverseCrossReferencer()
Method Detail

normalizeURI

protected URI normalizeURI(URI uri,
                           EObject objectContext)

addProxy

protected void addProxy(EObject proxy,
                        EObject context)

Copyright 2003, 2006 IBM Corporation and others.
All Rights Reserved.