org.camunda.bpm.engine.impl.pvm.process
Class LaneSet
java.lang.Object
org.camunda.bpm.engine.impl.pvm.process.LaneSet
public class LaneSet
- extends Object
A BPMN 2.0 LaneSet, containg Lane
s, currently only used for
rendering the DI info.
- Author:
- Frederik Heremans
Methods inherited from class 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 © 2014 camunda services GmbH. All rights reserved.