Package au.edu.qut.prom.helpers
Class PetrinetExportUtils
- java.lang.Object
-
- au.edu.qut.prom.helpers.PetrinetExportUtils
-
public class PetrinetExportUtils extends java.lang.ObjectUtility methods for exporting petri nets in visualization formats. Originally adapted fromorg.processmining.models.graphbased.directed.petrinet.impl.ToStochasticNet.- Author:
- burkeat
-
-
Constructor Summary
Constructors Constructor Description PetrinetExportUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringconvertPetrinetToDOT(org.processmining.models.graphbased.directed.petrinet.Petrinet net)Originally adopted from exportPN2DOT method from the EventToActivityMatcher pluginstatic java.lang.StringpetriNetFragmentToDOT(java.lang.String filePath)Small files only - reads in one hit
-
-
-
Method Detail
-
convertPetrinetToDOT
public static java.lang.String convertPetrinetToDOT(org.processmining.models.graphbased.directed.petrinet.Petrinet net)
Originally adopted from exportPN2DOT method from the EventToActivityMatcher plugin- Parameters:
net-
-
petriNetFragmentToDOT
public static java.lang.String petriNetFragmentToDOT(java.lang.String filePath) throws java.io.IOExceptionSmall files only - reads in one hit- Parameters:
filePath-- Returns:
- Throws:
java.io.IOException
-
-