org.drools.eclipse.flow.ruleflow.core
Class ConnectionWrapper

java.lang.Object
  extended by org.drools.eclipse.flow.common.editor.core.ElementConnection
      extended by org.drools.eclipse.flow.ruleflow.core.ConnectionWrapper
All Implemented Interfaces:
Serializable

public class ConnectionWrapper
extends ElementConnection

Wrapper for a connection.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.drools.eclipse.flow.common.editor.core.ElementConnection
CHANGE_BENDPOINTS, CHANGE_LABEL
 
Constructor Summary
ConnectionWrapper()
           
 
Method Summary
 void connect(ElementWrapper source, ElementWrapper target)
           
 void disconnect()
           
 org.jbpm.workflow.core.Connection getConnection()
           
protected  List<org.eclipse.draw2d.geometry.Point> internalGetBendpoints()
           
protected  void internalSetBendpoints(List<org.eclipse.draw2d.geometry.Point> bendpoints)
           
 void localSetConnection(org.jbpm.workflow.core.Connection connection)
           
 
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
 

Constructor Detail

ConnectionWrapper

public ConnectionWrapper()
Method Detail

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.