org.drools.eclipse.flow.ruleflow.core
Class ConnectionWrapper
java.lang.Object
org.drools.eclipse.flow.common.editor.core.ElementConnection
org.drools.eclipse.flow.ruleflow.core.ConnectionWrapper
- All Implemented Interfaces:
- Serializable
public class ConnectionWrapper
- extends ElementConnection
Wrapper for a connection.
- See Also:
- Serialized Form
| Methods inherited from class org.drools.eclipse.flow.common.editor.core.ElementConnection |
addBendpoint, addListener, getBendpoints, getSource, getTarget, localSetBendpoints, localSetSource, localSetTarget, notifyListeners, removeBendpoint, removeListener, replaceBendpoint |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionWrapper
public ConnectionWrapper()
getConnection
public org.jbpm.workflow.core.Connection getConnection()
localSetConnection
public void localSetConnection(org.jbpm.workflow.core.Connection connection)
disconnect
public void disconnect()
- Overrides:
disconnect in class ElementConnection
connect
public void connect(ElementWrapper source,
ElementWrapper target)
- Overrides:
connect in class ElementConnection
internalGetBendpoints
protected List<org.eclipse.draw2d.geometry.Point> internalGetBendpoints()
- Specified by:
internalGetBendpoints in class ElementConnection
internalSetBendpoints
protected void internalSetBendpoints(List<org.eclipse.draw2d.geometry.Point> bendpoints)
- Overrides:
internalSetBendpoints in class ElementConnection
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.