Interface ICreateConnectionContext

All Superinterfaces:
IConnectionContext, IContext, IPropertyBag
All Known Implementing Classes:
CreateConnectionContext

public interface ICreateConnectionContext extends IContext, IConnectionContext
The Interface ICreateConnectionContext.
  • Method Details

    • getSourcePictogramElement

      PictogramElement getSourcePictogramElement()
      Gets the source pictogram element.
      Returns:
      the source pictogram element
    • getTargetPictogramElement

      PictogramElement getTargetPictogramElement()
      Gets the target pictogram element.
      Returns:
      the target pictogram element
    • getSourceLocation

      ILocation getSourceLocation()
      Returns:
      the sourceLocation
      Since:
      0.8
    • getTargetLocation

      ILocation getTargetLocation()
      Returns:
      the targetLocation
      Since:
      0.8