public class VDataEdge extends VEdge
bpmnelement, graph| Constructor and Description |
|---|
VDataEdge(com.mxgraph.view.mxGraph graph)
Creates a new visual representation of a data edge.
|
| Modifier and Type | Method and Description |
|---|---|
com.mxgraph.model.mxICell |
getEdgeParent()
Gets the authoritative edge parent.
|
protected VActivity |
getSourceActivity()
Returns the source activity.
|
protected VActivity |
getTargetActivity()
Returns the target activity.
|
void |
setSource(com.mxgraph.model.mxICell source)
Sets the source.
|
void |
setTarget(com.mxgraph.model.mxICell target)
Sets the target.
|
getBpmnElement, getGraph, setBpmnElement, setVisualParentclone, 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, setVisiblepublic VDataEdge(com.mxgraph.view.mxGraph graph)
graph - The BPMN graph.public void setSource(com.mxgraph.model.mxICell source)
public void setTarget(com.mxgraph.model.mxICell target)
setTarget in class com.mxgraph.model.mxCellpublic com.mxgraph.model.mxICell getEdgeParent()
getEdgeParent in class VEdgeprotected VActivity getSourceActivity()
protected VActivity getTargetActivity()