Package jadex.bpmn.editor.model.visual
Class VDataEdge
- java.lang.Object
- 
- com.mxgraph.model.mxCell
- 
- jadex.bpmn.editor.model.visual.VElement
- 
- jadex.bpmn.editor.model.visual.VEdge
- 
- jadex.bpmn.editor.model.visual.VDataEdge
 
 
 
 
- 
- All Implemented Interfaces:
- com.mxgraph.model.mxICell,- java.io.Serializable,- java.lang.Cloneable
 
 public class VDataEdge extends VEdge Visual representation of a data edge.- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class jadex.bpmn.editor.model.visual.VElementbpmnelement, graph
 
- 
 - 
Constructor SummaryConstructors Constructor Description VDataEdge(com.mxgraph.view.mxGraph graph)Creates a new visual representation of a data edge.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description com.mxgraph.model.mxICellgetEdgeParent()Gets the authoritative edge parent.protected VActivitygetSourceActivity()Returns the source activity.protected VActivitygetTargetActivity()Returns the target activity.voidsetSource(com.mxgraph.model.mxICell source)Sets the source.voidsetTarget(com.mxgraph.model.mxICell target)Sets the target.- 
Methods inherited from class jadex.bpmn.editor.model.visual.VElementgetBpmnElement, getGraph, setBpmnElement, setVisualParent
 - 
Methods inherited from class com.mxgraph.model.mxCellclone, 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
 
- 
 
- 
- 
- 
Method Detail- 
setSourcepublic void setSource(com.mxgraph.model.mxICell source) Sets the source.
 - 
setTargetpublic void setTarget(com.mxgraph.model.mxICell target) Sets the target.- Overrides:
- setTargetin class- com.mxgraph.model.mxCell
 
 - 
getEdgeParentpublic com.mxgraph.model.mxICell getEdgeParent() Gets the authoritative edge parent.- Overrides:
- getEdgeParentin class- VEdge
- Returns:
- The parent.
 
 - 
getSourceActivityprotected VActivity getSourceActivity() Returns the source activity.- Returns:
- The activity.
 
 - 
getTargetActivityprotected VActivity getTargetActivity() Returns the target activity.- Returns:
- The activity.
 
 
- 
 
-