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.mxCellVisual marker for sequential plans.- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected IPlanModeProviderproviderThe object providing the mode
 - 
Constructor SummaryConstructors Constructor Description SequentialMarker(IPlanModeProvider provider)Creates a marker.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisVisible()voidsetGeometry()- 
Methods inherited from class com.mxgraph.model.mxCellclone, 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- 
providerprotected IPlanModeProvider provider The object providing the mode
 
- 
 - 
Constructor Detail- 
SequentialMarkerpublic SequentialMarker(IPlanModeProvider provider) Creates a marker.
 
- 
 
-