public class SplitConnectionContext extends DefaultContext implements ISplitConnectionContext
| Constructor and Description |
|---|
SplitConnectionContext(Connection connection,
Shape shape)
Creates a new
SplitConnectionContext. |
| Modifier and Type | Method and Description |
|---|---|
Connection |
getConnection()
Gets the connection.
|
Shape |
getShape()
Gets the shape.
|
java.lang.String |
toString() |
getProperty, getPropertyKeys, putPropertyequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetProperty, getPropertyKeys, putPropertypublic SplitConnectionContext(Connection connection, Shape shape)
SplitConnectionContext.connection - the connectionshape - the shapepublic Connection getConnection()
ISplitConnectionContextgetConnection in interface ISplitConnectionContextpublic Shape getShape()
ISplitConnectionContextgetShape in interface ISplitConnectionContextpublic java.lang.String toString()
toString in class DefaultContext