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 AnchorgetSourceAnchor()Gets the source anchor.AnchorgetTargetAnchor()Gets the target anchor.-
Methods inherited from interface org.eclipse.graphiti.IPropertyBag
getProperty, getPropertyKeys, putProperty
-
-