Package jadex.bpmn.editor.model.visual
Class VPool
- java.lang.Object
- 
- com.mxgraph.model.mxCell
- 
- jadex.bpmn.editor.model.visual.VElement
- 
- jadex.bpmn.editor.model.visual.VNode
- 
- jadex.bpmn.editor.model.visual.VNamedNode
- 
- jadex.bpmn.editor.model.visual.VPool
 
 
 
 
 
- 
- All Implemented Interfaces:
- com.mxgraph.model.mxICell,- java.io.Serializable,- java.lang.Cloneable
 
 public class VPool extends VNamedNode - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected static java.util.Comparator<java.lang.Object>LANE_COMPARATORComparator ensuring correct y-ordering of lanes.protected com.mxgraph.model.mxGeometrypreviousgeometryPrevious geometry since the last set.- 
Fields inherited from class jadex.bpmn.editor.model.visual.VElementbpmnelement, graph
 
- 
 - 
Constructor SummaryConstructors Constructor Description VPool(com.mxgraph.view.mxGraph graph)Creates a new pool.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description com.mxgraph.model.mxGeometrygetPreviousGeometry()Returns the previous geometry.booleanhasLanes()Tests if a pool contains lanes.com.mxgraph.model.mxICellinsert(com.mxgraph.model.mxICell child)Override to ensure correct y-ordering of lanes.com.mxgraph.model.mxICellinsert(com.mxgraph.model.mxICell child, int index)Override to ensure correct y-ordering of lanes.voidsetGeometry(com.mxgraph.model.mxGeometry geometry)Sets a new geometry, preserving the previous.- 
Methods inherited from class jadex.bpmn.editor.model.visual.VNamedNodegetValue, setBpmnElement, setValue
 - 
Methods inherited from class jadex.bpmn.editor.model.visual.VElementgetBpmnElement, getGraph, setVisualParent
 - 
Methods inherited from class com.mxgraph.model.mxCellclone, cloneValue, getAttribute, getAttribute, getChildAt, getChildCount, getEdgeAt, getEdgeCount, getEdgeIndex, getGeometry, getId, getIndex, getParent, getSource, getStyle, getTarget, getTerminal, insertEdge, isCollapsed, isConnectable, isEdge, isVertex, isVisible, remove, remove, removeEdge, removeFromParent, removeFromTerminal, setAttribute, setCollapsed, setConnectable, setEdge, setId, setParent, setSource, setStyle, setTarget, setTerminal, setVertex, setVisible
 
- 
 
- 
- 
- 
Method Detail- 
setGeometrypublic void setGeometry(com.mxgraph.model.mxGeometry geometry) Sets a new geometry, preserving the previous.- Specified by:
- setGeometryin interface- com.mxgraph.model.mxICell
- Overrides:
- setGeometryin class- com.mxgraph.model.mxCell
 
 - 
getPreviousGeometrypublic com.mxgraph.model.mxGeometry getPreviousGeometry() Returns the previous geometry.- Returns:
- The previous geometry.
 
 - 
hasLanespublic boolean hasLanes() Tests if a pool contains lanes.- Returns:
- True, if the pool contains lanes.
 
 - 
insertpublic com.mxgraph.model.mxICell insert(com.mxgraph.model.mxICell child) Override to ensure correct y-ordering of lanes.- Specified by:
- insertin interface- com.mxgraph.model.mxICell
- Overrides:
- insertin class- com.mxgraph.model.mxCell
 
 - 
insertpublic com.mxgraph.model.mxICell insert(com.mxgraph.model.mxICell child, int index)Override to ensure correct y-ordering of lanes.- Specified by:
- insertin interface- com.mxgraph.model.mxICell
- Overrides:
- insertin class- com.mxgraph.model.mxCell
 
 
- 
 
-