org.eclipse.gmt.umlx.ecore2.util
Class E2TransientLinkAdapter<S extends org.eclipse.emf.common.notify.Notifier,L extends org.eclipse.emf.ecore.EModelElement,T>

java.lang.Object
  extended by org.eclipse.gmt.umlx.ecore.AbstractAdapter
      extended by org.eclipse.gmt.umlx.ecore.ModelChangeAdapter
          extended by org.eclipse.gmt.umlx.ecore2.util.E2AbstractLinkAdapter<S,L,T>
              extended by org.eclipse.gmt.umlx.ecore2.util.E2TransientLinkAdapter<S,L,T>
All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter, IModelChangeListener
Direct Known Subclasses:
EClassE2AttributionAdapter, EClassE2InheritanceAdapter, UDomain2UTypedModelAdapter, UDomain2UVariableAdapter, UMapping2UDomainAdapter, UTransformation2UTransformationAdapter, UTransformation2UTypedModelAdapter, UTypedModel2EPackageAdapter, UTypedModel2UTypedModelAdapter

public abstract class E2TransientLinkAdapter<S extends org.eclipse.emf.common.notify.Notifier,L extends org.eclipse.emf.ecore.EModelElement,T>
extends E2AbstractLinkAdapter<S,L,T>

E2TransientLinkAdapter instance maintains the transient L links from an S to a T.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
org.eclipse.emf.common.notify.Adapter.Internal
 
Constructor Summary
E2TransientLinkAdapter(S source, int childFeatureID)
           
 
Method Summary
 void deinstallLink(T target, L link)
           
 L getActualLink(T target)
           
 L getPotentialLink(T target)
           
 L installLink(T target, L link)
           
 void modelChanged(org.eclipse.emf.common.notify.Notification notification)
           
 
Methods inherited from class org.eclipse.gmt.umlx.ecore2.util.E2AbstractLinkAdapter
notifyChanged, toString
 
Methods inherited from class org.eclipse.gmt.umlx.ecore.ModelChangeAdapter
addNotifier, dispose, refreshNotifiers, removeNotifier
 
Methods inherited from class org.eclipse.gmt.umlx.ecore.AbstractAdapter
getTarget, registerPackageClass, setTarget
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.common.notify.Adapter
isAdapterForType
 

Constructor Detail

E2TransientLinkAdapter

public E2TransientLinkAdapter(S source,
                              int childFeatureID)
Method Detail

deinstallLink

public void deinstallLink(T target,
                          L link)

getActualLink

public L getActualLink(T target)

getPotentialLink

public L getPotentialLink(T target)

installLink

public L installLink(T target,
                     L link)

modelChanged

public void modelChanged(org.eclipse.emf.common.notify.Notification notification)