de.cau.cs.kieler.synccharts.synchronizer.merge
Class LinkingAdapter
java.lang.Object
de.cau.cs.kieler.synccharts.synchronizer.merge.LinkingAdapter
- All Implemented Interfaces:
- Adapter
public class LinkingAdapter
- extends Object
- implements Adapter
- Rating

Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinkingAdapter
public LinkingAdapter(EObject theSource,
EObject theCopy)
installLinkingAdapter
public static void installLinkingAdapter(EObject theSource,
EObject theCopy)
getCounterPartAndUnlink
public static EObject getCounterPartAndUnlink(EObject eObj)
isLinkingAdapterOf
public boolean isLinkingAdapterOf(EObject eObj)
getTheCounterPart
public EObject getTheCounterPart(EObject eObj)
unlink
public void unlink()
unsetTarget
public void unsetTarget(Notifier oldTarget)
setTarget
public void setTarget(Notifier newTarget)
- Specified by:
setTarget
in interface Adapter
notifyChanged
public void notifyChanged(Notification notification)
-
- Specified by:
notifyChanged
in interface Adapter
getTarget
public Notifier getTarget()
-
- Specified by:
getTarget
in interface Adapter
isAdapterForType
public boolean isAdapterForType(Object type)
-
- Specified by:
isAdapterForType
in interface Adapter