// This code is taken from WSO2 Carbon and is licensed by WSO2, Inc. // under the Apache License version 2.0 http://www.apache.org/licenses/LICENSE-2.0.html package org.wso2.carbon.bpel.ui.bpel2svg; import org.w3c.dom.svg.SVGDocument; public interface ProcessInterface extends ActivityInterface { public SVGDocument getSVGDocument(); }