Class BPMNEdgeHandler.ConnectionInfo

  • Enclosing class:
    BPMNEdgeHandler

    public static class BPMNEdgeHandler.ConnectionInfo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ConnectionInfo​(java.lang.String elementRef)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBendpoints()  
      java.lang.String getElementRef()  
      java.util.List<java.lang.Integer> getXs()  
      java.util.List<java.lang.Integer> getYs()  
      void setBendpoints​(java.lang.String bendpoints)  
      void setXs​(java.util.List<java.lang.Integer> xs)  
      void setYs​(java.util.List<java.lang.Integer> ys)  
      • Methods inherited from class java.lang.Object

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

      • ConnectionInfo

        public ConnectionInfo​(java.lang.String elementRef)
    • Method Detail

      • getElementRef

        public java.lang.String getElementRef()
      • getBendpoints

        public java.lang.String getBendpoints()
      • setBendpoints

        public void setBendpoints​(java.lang.String bendpoints)
      • getXs

        public java.util.List<java.lang.Integer> getXs()
      • setXs

        public void setXs​(java.util.List<java.lang.Integer> xs)
      • getYs

        public java.util.List<java.lang.Integer> getYs()
      • setYs

        public void setYs​(java.util.List<java.lang.Integer> ys)