Class EdgeReconnectController
- java.lang.Object
- 
- jadex.gpmn.editor.gui.controllers.EdgeReconnectController
 
- 
- All Implemented Interfaces:
- com.mxgraph.util.mxEventSource.mxIEventListener
 
 public class EdgeReconnectController extends java.lang.Object implements com.mxgraph.util.mxEventSource.mxIEventListener
- 
- 
Field SummaryFields Modifier and Type Field Description protected ModelContainermodelcontainerThe model container.
 - 
Constructor SummaryConstructors Constructor Description EdgeReconnectController(ModelContainer container)Creates a new edge reconnect controller.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinvoke(java.lang.Object sender, com.mxgraph.util.mxEventObject evt)protected voidreconnectVirtualActivationEdge(com.mxgraph.util.mxEventObject evt)Handles reconnection of virtual activation edges (complex operation).
 
- 
- 
- 
Field Detail- 
modelcontainerprotected ModelContainer modelcontainer The model container.
 
- 
 - 
Constructor Detail- 
EdgeReconnectControllerpublic EdgeReconnectController(ModelContainer container) Creates a new edge reconnect controller.
 
- 
 - 
Method Detail- 
invokepublic void invoke(java.lang.Object sender, com.mxgraph.util.mxEventObject evt)- Specified by:
- invokein interface- com.mxgraph.util.mxEventSource.mxIEventListener
 
 - 
reconnectVirtualActivationEdgeprotected void reconnectVirtualActivationEdge(com.mxgraph.util.mxEventObject evt) Handles reconnection of virtual activation edges (complex operation).- Parameters:
- evt- The event that triggered the reconnect.
 
 
- 
 
-