Class BPMNEdgeHandler.ConnectionInfo

java.lang.Object
io.automatiko.engine.workflow.bpmn2.xml.di.BPMNEdgeHandler.ConnectionInfo
Enclosing class:
BPMNEdgeHandler

public static class BPMNEdgeHandler.ConnectionInfo extends Object
  • Constructor Details

    • ConnectionInfo

      public ConnectionInfo(String elementRef)
  • Method Details

    • getElementRef

      public String getElementRef()
    • getBendpoints

      public String getBendpoints()
    • setBendpoints

      public void setBendpoints(String bendpoints)
    • getXs

      public List<Integer> getXs()
    • setXs

      public void setXs(List<Integer> xs)
    • getYs

      public List<Integer> getYs()
    • setYs

      public void setYs(List<Integer> ys)