Class Lane
- java.lang.Object
-
- org.camunda.bpm.engine.impl.pvm.process.Lane
-
- All Implemented Interfaces:
HasDIBounds
public class Lane extends java.lang.Object implements HasDIBounds
A single lane in a BPMN 2.0 LaneSet, currently only used internally for rendering the diagram. The PVM doesn't actually use the laneSets/lanes.- Author:
- Frederik Heremans
-
-
Constructor Summary
Constructors Constructor Description Lane()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getFlowNodeIds()intgetHeight()java.lang.StringgetId()java.lang.StringgetName()intgetWidth()intgetX()intgetY()voidsetHeight(int height)voidsetId(java.lang.String id)voidsetName(java.lang.String name)voidsetWidth(int width)voidsetX(int x)voidsetY(int y)
-
-
-
Method Detail
-
setId
public void setId(java.lang.String id)
-
getId
public java.lang.String getId()
-
getName
public java.lang.String getName()
-
setName
public void setName(java.lang.String name)
-
getX
public int getX()
- Specified by:
getXin interfaceHasDIBounds
-
setX
public void setX(int x)
- Specified by:
setXin interfaceHasDIBounds
-
getY
public int getY()
- Specified by:
getYin interfaceHasDIBounds
-
setY
public void setY(int y)
- Specified by:
setYin interfaceHasDIBounds
-
getWidth
public int getWidth()
- Specified by:
getWidthin interfaceHasDIBounds
-
setWidth
public void setWidth(int width)
- Specified by:
setWidthin interfaceHasDIBounds
-
getHeight
public int getHeight()
- Specified by:
getHeightin interfaceHasDIBounds
-
setHeight
public void setHeight(int height)
- Specified by:
setHeightin interfaceHasDIBounds
-
getFlowNodeIds
public java.util.List<java.lang.String> getFlowNodeIds()
-
-