g-Eclipse
Release 1.0.0

eu.geclipse.workflow.ui.part
Class WorkflowLinkDescriptor

java.lang.Object
  extended by eu.geclipse.workflow.ui.part.WorkflowNodeDescriptor
      extended by eu.geclipse.workflow.ui.part.WorkflowLinkDescriptor

public class WorkflowLinkDescriptor
extends WorkflowNodeDescriptor


Constructor Summary
WorkflowLinkDescriptor(EObject source, EObject destination, EObject linkElement, IElementType elementType, int linkVID)
           
 
Method Summary
 EObject getDestination()
           
 IAdaptable getSemanticAdapter()
           
 EObject getSource()
           
 
Methods inherited from class eu.geclipse.workflow.ui.part.WorkflowNodeDescriptor
getModelElement, getType, getVisualID
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowLinkDescriptor

public WorkflowLinkDescriptor(EObject source,
                              EObject destination,
                              EObject linkElement,
                              IElementType elementType,
                              int linkVID)
Method Detail

getSource

public EObject getSource()

getDestination

public EObject getDestination()

getSemanticAdapter

public IAdaptable getSemanticAdapter()

g-Eclipse
Release 1.0.0