Interface IConnectionContext
-
- All Superinterfaces:
IContext
,IPropertyBag
- All Known Subinterfaces:
IAddConnectionContext
,ICreateConnectionContext
- All Known Implementing Classes:
AddConnectionContext
,CreateConnectionContext
public interface IConnectionContext extends IContext
The Interface IConnectionContext.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Anchor
getSourceAnchor()
Gets the source anchor.Anchor
getTargetAnchor()
Gets the target anchor.-
Methods inherited from interface org.eclipse.graphiti.IPropertyBag
getProperty, getPropertyKeys, putProperty
-
-