Class Lane

  • All Implemented Interfaces:
    HasDIBounds

    public class Lane
    extends java.lang.Object
    implements HasDIBounds
    A single lane in a BPMN 2.0 LaneSet, currently only used internally for rendering the diagram. The PVM doesn't actually use the laneSets/lanes.
    Author:
    Frederik Heremans
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<java.lang.String> flowNodeIds  
      protected int height  
      protected java.lang.String id  
      protected java.lang.String name  
      protected int width  
      protected int x  
      protected int y  
    • Constructor Summary

      Constructors 
      Constructor Description
      Lane()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getFlowNodeIds()  
      int getHeight()  
      java.lang.String getId()  
      java.lang.String getName()  
      int getWidth()  
      int getX()  
      int getY()  
      void setHeight​(int height)  
      void setId​(java.lang.String id)  
      void setName​(java.lang.String name)  
      void setWidth​(int width)  
      void setX​(int x)  
      void setY​(int y)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • id

        protected java.lang.String id
      • name

        protected java.lang.String name
      • flowNodeIds

        protected java.util.List<java.lang.String> flowNodeIds
      • x

        protected int x
      • y

        protected int y
      • width

        protected int width
      • height

        protected int height
    • Constructor Detail

      • Lane

        public Lane()
    • Method Detail

      • setId

        public void setId​(java.lang.String id)
      • getId

        public java.lang.String getId()
      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • setX

        public void setX​(int x)
        Specified by:
        setX in interface HasDIBounds
      • setY

        public void setY​(int y)
        Specified by:
        setY in interface HasDIBounds
      • setWidth

        public void setWidth​(int width)
        Specified by:
        setWidth in interface HasDIBounds
      • setHeight

        public void setHeight​(int height)
        Specified by:
        setHeight in interface HasDIBounds
      • getFlowNodeIds

        public java.util.List<java.lang.String> getFlowNodeIds()