org.eclipse.gmt.umlx.ucore.util
Class UDomain2UVariableAdapter

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<UDomain,UDomain2UVariable,UVariable>
                  extended by org.eclipse.gmt.umlx.ucore.util.UDomain2UVariableAdapter
All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter, IModelChangeListener

public class UDomain2UVariableAdapter
extends E2TransientLinkAdapter<UDomain,UDomain2UVariable,UVariable>

An UDomain2UVariableAdapter instance maintains the transient UDomain2UVariable links from an UDomain to an UVariable.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
org.eclipse.emf.common.notify.Adapter.Internal
 
Method Summary
static UDomain2UVariableAdapter getAdapter(UDomain source)
           
 boolean isAdapterForType(java.lang.Object type)
           
 
Methods inherited from class org.eclipse.gmt.umlx.ecore2.util.E2TransientLinkAdapter
deinstallLink, getActualLink, getPotentialLink, installLink, modelChanged
 
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
 

Method Detail

getAdapter

public static UDomain2UVariableAdapter getAdapter(UDomain source)

isAdapterForType

public boolean isAdapterForType(java.lang.Object type)