public class DataPetriNetExporter
extends java.lang.Object
Constructor and Description |
---|
DataPetriNetExporter() |
Modifier and Type | Method and Description |
---|---|
void |
export(DataPetriNet net,
java.io.File file) |
void |
exportPetriNetToPNMLFile(org.processmining.framework.plugin.PluginContext context,
DataPetriNet net,
java.io.File file) |
protected void |
exportPetriNetToPNMLOrEPNMLFile(org.processmining.framework.plugin.PluginContext context,
DataPetriNet net,
java.io.File file,
org.processmining.plugins.pnml.base.Pnml.PnmlType type) |
public void exportPetriNetToPNMLFile(org.processmining.framework.plugin.PluginContext context, DataPetriNet net, java.io.File file) throws java.lang.Exception
java.lang.Exception
public void export(DataPetriNet net, java.io.File file) throws java.lang.Exception
java.lang.Exception
protected void exportPetriNetToPNMLOrEPNMLFile(org.processmining.framework.plugin.PluginContext context, DataPetriNet net, java.io.File file, org.processmining.plugins.pnml.base.Pnml.PnmlType type) throws java.io.IOException, org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException, javax.xml.transform.TransformerFactoryConfigurationError, javax.xml.transform.TransformerException
java.io.IOException
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
javax.xml.transform.TransformerFactoryConfigurationError
javax.xml.transform.TransformerException