java.lang.Object
org.camunda.bpm.engine.impl.pvm.process.LaneSet

public class LaneSet extends Object
A BPMN 2.0 LaneSet, containg Lanes, currently only used for rendering the DI info.
Author:
Frederik Heremans
  • Field Details

  • Constructor Details

    • LaneSet

      public LaneSet()
  • Method Details

    • 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)