Class ValueChangeController
- java.lang.Object
-
- jadex.gpmn.editor.gui.controllers.ValueChangeController
-
- All Implemented Interfaces:
com.mxgraph.util.mxEventSource.mxIEventListener
public class ValueChangeController extends java.lang.Object implements com.mxgraph.util.mxEventSource.mxIEventListener
-
-
Field Summary
Fields Modifier and Type Field Description protected ModelContainermodelcontainerThe model container.
-
Constructor Summary
Constructors Constructor Description ValueChangeController(ModelContainer container)Creates a new edge creation controller.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinvoke(java.lang.Object sender, com.mxgraph.util.mxEventObject evt)protected voidupdateActivationEdgeOrder(com.mxgraph.model.mxGraphModel.mxValueChange vc, VEdge vedge)Updates the activation edge order.
-
-
-
Field Detail
-
modelcontainer
protected ModelContainer modelcontainer
The model container.
-
-
Constructor Detail
-
ValueChangeController
public ValueChangeController(ModelContainer container)
Creates a new edge creation controller.
-
-
Method Detail
-
invoke
public void invoke(java.lang.Object sender, com.mxgraph.util.mxEventObject evt)- Specified by:
invokein interfacecom.mxgraph.util.mxEventSource.mxIEventListener
-
updateActivationEdgeOrder
protected void updateActivationEdgeOrder(com.mxgraph.model.mxGraphModel.mxValueChange vc, VEdge vedge)Updates the activation edge order.- Parameters:
vc- The value change.vedge- The changed activation edge.
-
-