Package jadex.bpmn.editor.model.visual
Class VSequenceEdge
- java.lang.Object
- 
- com.mxgraph.model.mxCell
- 
- jadex.bpmn.editor.model.visual.VElement
- 
- jadex.bpmn.editor.model.visual.VEdge
- 
- jadex.bpmn.editor.model.visual.VSequenceEdge
 
 
 
 
- 
- All Implemented Interfaces:
- com.mxgraph.model.mxICell,- java.io.Serializable,- java.lang.Cloneable
 
 public class VSequenceEdge extends VEdge Visual representation of a sequence edge.- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class jadex.bpmn.editor.model.visual.VElementbpmnelement, graph
 
- 
 - 
Constructor SummaryConstructors Constructor Description VSequenceEdge(com.mxgraph.view.mxGraph graph)Creates a new visual representation of a sequence edge.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetStyle()Gets the style.voidsetSource(com.mxgraph.model.mxICell source)Sets the source.voidsetStyle(java.lang.String style)Override set attempts.voidsetTarget(com.mxgraph.model.mxICell target)Sets the target.- 
Methods inherited from class jadex.bpmn.editor.model.visual.VEdgegetEdgeParent, getParent, getValue, setValue
 - 
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, getTarget, getTerminal, insert, insert, insertEdge, isCollapsed, isConnectable, isEdge, isVertex, isVisible, remove, remove, removeEdge, removeFromParent, removeFromTerminal, setAttribute, setCollapsed, setConnectable, setEdge, setGeometry, setId, setParent, setTerminal, setVertex, setVisible
 
- 
 
- 
- 
- 
Method Detail- 
setStylepublic void setStyle(java.lang.String style) Override set attempts.- Specified by:
- setStylein interface- com.mxgraph.model.mxICell
- Overrides:
- setStylein class- com.mxgraph.model.mxCell
 
 - 
getStylepublic java.lang.String getStyle() Gets the style.- Specified by:
- getStylein interface- com.mxgraph.model.mxICell
- Overrides:
- getStylein class- com.mxgraph.model.mxCell
 
 - 
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
 
 
- 
 
-