2526272829303132
public BPMNDISemanticModule() { super("http://www.omg.org/spec/BPMN/20100524/DI"); addHandler("BPMNPlane", new BPMNPlaneHandler()); addHandler("BPMNShape", new BPMNShapeHandler()); addHandler("BPMNEdge", new BPMNEdgeHandler()); }