Class PnmlExportNet
- java.lang.Object
-
- org.processmining.plugins.pnml.exporting.PnmlExportNet
-
- Direct Known Subclasses:
PnmlExportNetToEPNML,PnmlExportNetToPNML
public class PnmlExportNet extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PnmlExportNet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexportPetriNetToPNMLOrEPNMLFile(org.processmining.framework.plugin.PluginContext context, OpenNet openNet, java.io.File file, Pnml.PnmlType type)protected voidexportPetriNetToPNMLOrEPNMLFile(org.processmining.framework.plugin.PluginContext context, ConfigurableResetInhibitorNet resetInhibitorNet, java.io.File file, Pnml.PnmlType type)protected voidexportPetriNetToPNMLOrEPNMLFile(org.processmining.framework.plugin.PluginContext context, InhibitorNet inhibitorNet, java.io.File file, Pnml.PnmlType type)protected voidexportPetriNetToPNMLOrEPNMLFile(org.processmining.framework.plugin.PluginContext context, Petrinet net, java.io.File file, Pnml.PnmlType type)protected voidexportPetriNetToPNMLOrEPNMLFile(org.processmining.framework.plugin.PluginContext context, ResetInhibitorNet resetInhibitorNet, java.io.File file, Pnml.PnmlType type)protected voidexportPetriNetToPNMLOrEPNMLFile(org.processmining.framework.plugin.PluginContext context, ResetNet resetNet, java.io.File file, Pnml.PnmlType type)java.lang.StringexportPetriNetToPNMLOrEPNMLString(org.processmining.framework.plugin.PluginContext context, Petrinet net, Pnml.PnmlType type, boolean xmlTag)
-
-
-
Method Detail
-
exportPetriNetToPNMLOrEPNMLString
public java.lang.String exportPetriNetToPNMLOrEPNMLString(org.processmining.framework.plugin.PluginContext context, Petrinet net, Pnml.PnmlType type, boolean xmlTag)
-
exportPetriNetToPNMLOrEPNMLFile
protected void exportPetriNetToPNMLOrEPNMLFile(org.processmining.framework.plugin.PluginContext context, Petrinet net, java.io.File file, Pnml.PnmlType type) throws java.io.IOException- Throws:
java.io.IOException
-
exportPetriNetToPNMLOrEPNMLFile
protected void exportPetriNetToPNMLOrEPNMLFile(org.processmining.framework.plugin.PluginContext context, OpenNet openNet, java.io.File file, Pnml.PnmlType type) throws java.io.IOException- Throws:
java.io.IOException
-
exportPetriNetToPNMLOrEPNMLFile
protected void exportPetriNetToPNMLOrEPNMLFile(org.processmining.framework.plugin.PluginContext context, ResetNet resetNet, java.io.File file, Pnml.PnmlType type) throws java.io.IOException- Throws:
java.io.IOException
-
exportPetriNetToPNMLOrEPNMLFile
protected void exportPetriNetToPNMLOrEPNMLFile(org.processmining.framework.plugin.PluginContext context, ConfigurableResetInhibitorNet resetInhibitorNet, java.io.File file, Pnml.PnmlType type) throws java.io.IOException- Throws:
java.io.IOException
-
exportPetriNetToPNMLOrEPNMLFile
protected void exportPetriNetToPNMLOrEPNMLFile(org.processmining.framework.plugin.PluginContext context, ResetInhibitorNet resetInhibitorNet, java.io.File file, Pnml.PnmlType type) throws java.io.IOException- Throws:
java.io.IOException
-
exportPetriNetToPNMLOrEPNMLFile
protected void exportPetriNetToPNMLOrEPNMLFile(org.processmining.framework.plugin.PluginContext context, InhibitorNet inhibitorNet, java.io.File file, Pnml.PnmlType type) throws java.io.IOException- Throws:
java.io.IOException
-
-