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 Lanes, currently only used for rendering the DI info.

作者:
Frederik Heremans
另请参见:
序列化表格

字段摘要
protected  String id
           
protected  List<Lane> lanes
           
protected  String name
           
 
构造方法摘要
LaneSet()
           
 
方法摘要
 void addLane(Lane laneToAdd)
           
 String getId()
           
 Lane getLaneForId(String id)
           
 List<Lane> getLanes()
           
 String getName()
           
 void setId(String id)
           
 void setName(String name)
           
 
从类 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.