de.cau.cs.kieler.synccharts.diagram.part
Class SyncchartsLinkDescriptor

java.lang.Object
  extended by de.cau.cs.kieler.synccharts.diagram.part.SyncchartsNodeDescriptor
      extended by de.cau.cs.kieler.synccharts.diagram.part.SyncchartsLinkDescriptor

public class SyncchartsLinkDescriptor
extends SyncchartsNodeDescriptor

Rating red
Generated:
This code was automatically generated.

Constructor Summary
SyncchartsLinkDescriptor(EObject source, EObject destination, EObject linkElement, IElementType elementType, int linkVID)
           
SyncchartsLinkDescriptor(EObject source, EObject destination, IElementType elementType, int linkVID)
           
 
Method Summary
 EObject getDestination()
           
 IAdaptable getSemanticAdapter()
           
 EObject getSource()
           
 
Methods inherited from class de.cau.cs.kieler.synccharts.diagram.part.SyncchartsNodeDescriptor
getModelElement, getVisualID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncchartsLinkDescriptor

public SyncchartsLinkDescriptor(EObject source,
                                EObject destination,
                                IElementType elementType,
                                int linkVID)
Generated:
This code was automatically generated.

SyncchartsLinkDescriptor

public SyncchartsLinkDescriptor(EObject source,
                                EObject destination,
                                EObject linkElement,
                                IElementType elementType,
                                int linkVID)
Generated:
This code was automatically generated.
Method Detail

getSource

public EObject getSource()
Generated:
This code was automatically generated.

getDestination

public EObject getDestination()
Generated:
This code was automatically generated.

getSemanticAdapter

public IAdaptable getSemanticAdapter()
Generated:
This code was automatically generated.