org.activiti.engine.impl.pvm.process
类 LaneSet
java.lang.Object
org.activiti.engine.impl.pvm.process.LaneSet
- 所有已实现的接口:
- Serializable
public class LaneSet
- extends Object
- implements Serializable
A BPMN 2.0 LaneSet, containg Lane
s, currently only used for
rendering the DI info.
- 作者:
- Frederik Heremans
- 另请参见:
- 序列化表格
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
lanes
protected List<Lane> lanes
name
protected String name
LaneSet
public LaneSet()
setId
public void setId(String id)
getId
public String getId()
getName
public String getName()
setName
public void setName(String name)
getLanes
public List<Lane> getLanes()
addLane
public void addLane(Lane laneToAdd)
getLaneForId
public Lane getLaneForId(String id)
Copyright © 2013 Alfresco. All rights reserved.