Interface ICreateConnectionContext
- All Superinterfaces:
IConnectionContext
,IContext
,IPropertyBag
- All Known Implementing Classes:
CreateConnectionContext
The Interface ICreateConnectionContext.
-
Method Summary
Modifier and TypeMethodDescriptionGets the source pictogram element.Gets the target pictogram element.Methods inherited from interface org.eclipse.graphiti.features.context.IConnectionContext
getSourceAnchor, getTargetAnchor
Methods inherited from interface org.eclipse.graphiti.IPropertyBag
getProperty, getPropertyKeys, putProperty
-
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
-