Package jadex.bpmn.editor.model.visual
Class VEdge
- java.lang.Object
- 
- com.mxgraph.model.mxCell
- 
- jadex.bpmn.editor.model.visual.VElement
- 
- jadex.bpmn.editor.model.visual.VEdge
 
 
 
- 
- All Implemented Interfaces:
- com.mxgraph.model.mxICell,- java.io.Serializable,- java.lang.Cloneable
 - Direct Known Subclasses:
- VDataEdge,- VMessagingEdge,- VSequenceEdge
 
 public class VEdge extends VElement Visual representation of a BPMN edge.- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class jadex.bpmn.editor.model.visual.VElementbpmnelement, graph
 
- 
 - 
Constructor SummaryConstructors Constructor Description VEdge(com.mxgraph.view.mxGraph graph, java.lang.String style)Creates a new visual representation of an edge.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description com.mxgraph.model.mxICellgetEdgeParent()Gets the authoritative edge parent.com.mxgraph.model.mxICellgetParent()Gets the parent.java.lang.ObjectgetValue()Gets the value.voidsetSource(com.mxgraph.model.mxICell source)voidsetValue(java.lang.Object value)Sets the value.- 
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, setTarget, setTerminal, setVertex, setVisible
 
- 
 
- 
- 
- 
Method Detail- 
setSourcepublic void setSource(com.mxgraph.model.mxICell source) - Overrides:
- setSourcein class- com.mxgraph.model.mxCell
 
 - 
getParentpublic com.mxgraph.model.mxICell getParent() Gets the parent.- Specified by:
- getParentin interface- com.mxgraph.model.mxICell
- Overrides:
- getParentin class- com.mxgraph.model.mxCell
 
 - 
getEdgeParentpublic com.mxgraph.model.mxICell getEdgeParent() Gets the authoritative edge parent.- Returns:
- The parent.
 
 - 
setValuepublic void setValue(java.lang.Object value) Sets the value.- Specified by:
- setValuein interface- com.mxgraph.model.mxICell
- Overrides:
- setValuein class- com.mxgraph.model.mxCell
 
 - 
getValuepublic java.lang.Object getValue() Gets the value.- Specified by:
- getValuein interface- com.mxgraph.model.mxICell
- Overrides:
- getValuein class- com.mxgraph.model.mxCell
 
 
- 
 
-