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.Exceptionpublic void export(DataPetriNet net, java.io.File file) throws java.lang.Exception
java.lang.Exceptionprotected 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.IOExceptionorg.xml.sax.SAXExceptionjavax.xml.parsers.ParserConfigurationExceptionjavax.xml.transform.TransformerFactoryConfigurationErrorjavax.xml.transform.TransformerException