Class LaneSet


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

      • LaneSet

        public LaneSet()
    • Method Detail

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