Class PnmlExportStochasticNet


  • public class PnmlExportStochasticNet
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void exportPetriNetToPNMLFile​(org.processmining.framework.plugin.PluginContext context, org.processmining.models.graphbased.directed.petrinet.Petrinet net, java.io.Writer writer)  
      void exportPetriNetToPNMLFile​(org.processmining.framework.plugin.PluginContext context, StochasticNet net, java.io.File file)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PnmlExportStochasticNet

        public PnmlExportStochasticNet()
    • 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