Package jadex.gpmn.editor.model.visual
Class SequentialMarker
- java.lang.Object
-
- com.mxgraph.model.mxCell
-
- jadex.gpmn.editor.model.visual.SequentialMarker
-
- All Implemented Interfaces:
com.mxgraph.model.mxICell
,java.io.Serializable
,java.lang.Cloneable
public class SequentialMarker extends com.mxgraph.model.mxCell
Visual marker for sequential plans.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected IPlanModeProvider
provider
The object providing the mode
-
Constructor Summary
Constructors Constructor Description SequentialMarker(IPlanModeProvider provider)
Creates a marker.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isVisible()
void
setGeometry()
-
Methods inherited from class com.mxgraph.model.mxCell
clone, cloneValue, getAttribute, getAttribute, getChildAt, getChildCount, getEdgeAt, getEdgeCount, getEdgeIndex, getGeometry, getId, getIndex, getParent, getSource, getStyle, getTarget, getTerminal, getValue, insert, insert, insertEdge, isCollapsed, isConnectable, isEdge, isVertex, remove, remove, removeEdge, removeFromParent, removeFromTerminal, setAttribute, setCollapsed, setConnectable, setEdge, setGeometry, setId, setParent, setSource, setStyle, setTarget, setTerminal, setValue, setVertex, setVisible
-
-
-
-
Field Detail
-
provider
protected IPlanModeProvider provider
The object providing the mode
-
-
Constructor Detail
-
SequentialMarker
public SequentialMarker(IPlanModeProvider provider)
Creates a marker.
-
-