Class SplitConnectionContext
java.lang.Object
org.eclipse.graphiti.PropertyBag
org.eclipse.graphiti.internal.features.context.impl.base.DefaultContext
org.eclipse.graphiti.features.context.impl.SplitConnectionContext
- All Implemented Interfaces:
IContext
,ISplitConnectionContext
,IPropertyBag
The Class SplitConnectionContext.
-
Constructor Summary
ConstructorDescriptionSplitConnectionContext
(Connection connection, Shape shape) Creates a newSplitConnectionContext
. -
Method Summary
Methods inherited from class org.eclipse.graphiti.PropertyBag
getProperty, getPropertyKeys, putProperty
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.graphiti.IPropertyBag
getProperty, getPropertyKeys, putProperty
-
Constructor Details
-
SplitConnectionContext
Creates a newSplitConnectionContext
.- Parameters:
connection
- the connectionshape
- the shape
-
-
Method Details
-
getConnection
Description copied from interface:ISplitConnectionContext
Gets the connection.- Specified by:
getConnection
in interfaceISplitConnectionContext
- Returns:
- the connection
-
getShape
Description copied from interface:ISplitConnectionContext
Gets the shape.- Specified by:
getShape
in interfaceISplitConnectionContext
- Returns:
- the shape
-
toString
- Overrides:
toString
in classDefaultContext
-