org.activiti.engine.impl.pvm.process
类 Lane
java.lang.Object
org.activiti.engine.impl.pvm.process.Lane
- 所有已实现的接口:
- Serializable, HasDIBounds
public class Lane
- extends Object
- implements HasDIBounds, Serializable
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.
- 作者:
- Frederik Heremans
- 另请参见:
- 序列化表格
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
name
protected String name
flowNodeIds
protected List<String> flowNodeIds
x
protected int x
y
protected int y
width
protected int width
height
protected int height
Lane
public Lane()
setId
public void setId(String id)
getId
public String getId()
getName
public String getName()
setName
public void setName(String name)
getX
public int getX()
- 指定者:
- 接口
HasDIBounds
中的 getX
setX
public void setX(int x)
- 指定者:
- 接口
HasDIBounds
中的 setX
getY
public int getY()
- 指定者:
- 接口
HasDIBounds
中的 getY
setY
public void setY(int y)
- 指定者:
- 接口
HasDIBounds
中的 setY
getWidth
public int getWidth()
- 指定者:
- 接口
HasDIBounds
中的 getWidth
setWidth
public void setWidth(int width)
- 指定者:
- 接口
HasDIBounds
中的 setWidth
getHeight
public int getHeight()
- 指定者:
- 接口
HasDIBounds
中的 getHeight
setHeight
public void setHeight(int height)
- 指定者:
- 接口
HasDIBounds
中的 setHeight
getFlowNodeIds
public List<String> getFlowNodeIds()
Copyright © 2013 Alfresco. All rights reserved.