Class PNLoader
- java.lang.Object
-
- org.processmining.trafficlightcc.util.PNLoader
-
public class PNLoader extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PNLoader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Object[]loadWorkflowPetriNet(java.lang.String path, java.lang.String pnName)Load the Petri net from the provided file (path).
-
-
-
Method Detail
-
loadWorkflowPetriNet
public static java.lang.Object[] loadWorkflowPetriNet(java.lang.String path, java.lang.String pnName) throws java.lang.ExceptionLoad the Petri net from the provided file (path).- Parameters:
path- Path of the Petri net filepnName- Name of the Petri net- Returns:
- Petri net
- Throws:
java.lang.Exception
-
-