Class BPMNEdgeHandler.ConnectionInfo
- java.lang.Object
-
- io.automatiko.engine.workflow.bpmn2.xml.di.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.StringgetBendpoints()java.lang.StringgetElementRef()java.util.List<java.lang.Integer>getXs()java.util.List<java.lang.Integer>getYs()voidsetBendpoints(java.lang.String bendpoints)voidsetXs(java.util.List<java.lang.Integer> xs)voidsetYs(java.util.List<java.lang.Integer> ys)
-
-
-
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)
-
-