org.eclipse.gmf.tooling.runtime.update
Class UpdaterLinkDescriptor

java.lang.Object
  extended by org.eclipse.gmf.tooling.runtime.update.UpdaterNodeDescriptor
      extended by org.eclipse.gmf.tooling.runtime.update.UpdaterLinkDescriptor

public class UpdaterLinkDescriptor
extends UpdaterNodeDescriptor

Since:
3.0

Constructor Summary
UpdaterLinkDescriptor(org.eclipse.emf.ecore.EObject source, org.eclipse.emf.ecore.EObject destination, org.eclipse.emf.ecore.EObject linkElement, org.eclipse.gmf.runtime.emf.type.core.IElementType elementType, int linkVID)
           
UpdaterLinkDescriptor(org.eclipse.emf.ecore.EObject source, org.eclipse.emf.ecore.EObject destination, org.eclipse.gmf.runtime.emf.type.core.IElementType elementType, int linkVID)
           
 
Method Summary
 org.eclipse.emf.ecore.EObject getDestination()
           
 org.eclipse.core.runtime.IAdaptable getSemanticAdapter()
           
 org.eclipse.emf.ecore.EObject getSource()
           
 
Methods inherited from class org.eclipse.gmf.tooling.runtime.update.UpdaterNodeDescriptor
getModelElement, getVisualID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdaterLinkDescriptor

public UpdaterLinkDescriptor(org.eclipse.emf.ecore.EObject source,
                             org.eclipse.emf.ecore.EObject destination,
                             org.eclipse.gmf.runtime.emf.type.core.IElementType elementType,
                             int linkVID)

UpdaterLinkDescriptor

public UpdaterLinkDescriptor(org.eclipse.emf.ecore.EObject source,
                             org.eclipse.emf.ecore.EObject destination,
                             org.eclipse.emf.ecore.EObject linkElement,
                             org.eclipse.gmf.runtime.emf.type.core.IElementType elementType,
                             int linkVID)
Method Detail

getSource

public org.eclipse.emf.ecore.EObject getSource()

getDestination

public org.eclipse.emf.ecore.EObject getDestination()

getSemanticAdapter

public org.eclipse.core.runtime.IAdaptable getSemanticAdapter()


Copyright © 2012. All Rights Reserved.