public interface IReconnectionContext extends IContext
Modifier and Type | Method and Description |
---|---|
Connection |
getConnection()
Gets the connection.
|
Anchor |
getNewAnchor()
Gets the new anchor.
|
Anchor |
getOldAnchor()
Gets the old anchor.
|
java.lang.String |
getReconnectType()
Indicate whether the end of an existing connection is being reconnected
to a new source node or a new target node.
|
ILocation |
getTargetLocation() |
PictogramElement |
getTargetPictogramElement()
Gets the target pictogram element.
|
void |
setTargetPictogramElement(PictogramElement targetPictogramElement)
Sets the target pictogram element.
|
getProperty, getPropertyKeys, putProperty
Connection getConnection()
Anchor getOldAnchor()
Anchor getNewAnchor()
PictogramElement getTargetPictogramElement()
void setTargetPictogramElement(PictogramElement targetPictogramElement)
targetPictogramElement
- the new target pictogram elementjava.lang.String getReconnectType()
ILocation getTargetLocation()