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.VElement
bpmnelement, graph
-
-
Constructor Summary
Constructors Constructor Description VSequenceEdge(com.mxgraph.view.mxGraph graph)
Creates a new visual representation of a sequence edge.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getStyle()
Gets the style.void
setSource(com.mxgraph.model.mxICell source)
Sets the source.void
setStyle(java.lang.String style)
Override set attempts.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, 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
-
setStyle
public void setStyle(java.lang.String style)
Override set attempts.- Specified by:
setStyle
in interfacecom.mxgraph.model.mxICell
- Overrides:
setStyle
in classcom.mxgraph.model.mxCell
-
getStyle
public java.lang.String getStyle()
Gets the style.- Specified by:
getStyle
in interfacecom.mxgraph.model.mxICell
- Overrides:
getStyle
in classcom.mxgraph.model.mxCell
-
setSource
public void setSource(com.mxgraph.model.mxICell source)
Sets the source.
-
setTarget
public void setTarget(com.mxgraph.model.mxICell target)
Sets the target.- Overrides:
setTarget
in classcom.mxgraph.model.mxCell
-
-