Class PnmlExportStochasticNet
- java.lang.Object
-
- org.processmining.plugins.pnml.exporting.PnmlExportStochasticNet
-
public class PnmlExportStochasticNet extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PnmlExportStochasticNet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexportPetriNetToPNMLFile(org.processmining.framework.plugin.PluginContext context, org.processmining.models.graphbased.directed.petrinet.Petrinet net, java.io.Writer writer)voidexportPetriNetToPNMLFile(org.processmining.framework.plugin.PluginContext context, StochasticNet net, java.io.File file)
-
-
-
Method Detail
-
exportPetriNetToPNMLFile
public void exportPetriNetToPNMLFile(org.processmining.framework.plugin.PluginContext context, StochasticNet net, java.io.File file) throws java.lang.Exception- Throws:
java.lang.Exception
-
exportPetriNetToPNMLFile
public void exportPetriNetToPNMLFile(org.processmining.framework.plugin.PluginContext context, org.processmining.models.graphbased.directed.petrinet.Petrinet net, java.io.Writer writer) throws java.lang.Exception- Throws:
java.lang.Exception
-
-