Package jadex.bpmn.editor.model.visual
Class VMessagingEdge
- java.lang.Object
-
- com.mxgraph.model.mxCell
-
- jadex.bpmn.editor.model.visual.VElement
-
- jadex.bpmn.editor.model.visual.VEdge
-
- jadex.bpmn.editor.model.visual.VMessagingEdge
-
- All Implemented Interfaces:
com.mxgraph.model.mxICell
,java.io.Serializable
,java.lang.Cloneable
public class VMessagingEdge extends VEdge
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class jadex.bpmn.editor.model.visual.VElement
bpmnelement, graph
-
-
Constructor Summary
Constructors Constructor Description VMessagingEdge(com.mxgraph.view.mxGraph graph)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setSource(com.mxgraph.model.mxICell source)
Sets the source.void
setTarget(com.mxgraph.model.mxICell target)
Sets the target.-
Methods inherited from class jadex.bpmn.editor.model.visual.VEdge
getEdgeParent, getParent, getValue, setValue
-
Methods inherited from class jadex.bpmn.editor.model.visual.VElement
getBpmnElement, getGraph, setBpmnElement, setVisualParent
-
Methods inherited from class com.mxgraph.model.mxCell
clone, cloneValue, getAttribute, getAttribute, getChildAt, getChildCount, getEdgeAt, getEdgeCount, getEdgeIndex, getGeometry, getId, getIndex, getSource, getStyle, getTarget, getTerminal, insert, insert, insertEdge, isCollapsed, isConnectable, isEdge, isVertex, isVisible, remove, remove, removeEdge, removeFromParent, removeFromTerminal, setAttribute, setCollapsed, setConnectable, setEdge, setGeometry, setId, setParent, setStyle, setTerminal, setVertex, setVisible
-
-