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 Summary
Constructors Constructor Description ConnectionInfo(String elementRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBendpoints()StringgetElementRef()List<Integer>getXs()List<Integer>getYs()voidsetBendpoints(String bendpoints)voidsetXs(List<Integer> xs)voidsetYs(List<Integer> ys)
-