org.processmining.framework.models.petrinet.algorithms
Class PnmlWriter
java.lang.Object
org.processmining.framework.models.petrinet.algorithms.PnmlWriter
public class PnmlWriter
- extends java.lang.Object
Writes a PetriNet to a PNML file.
Tokens are not stored in the PNML file.
- Version:
- 1.0
- Author:
- Peter van den Brand
Method Summary |
static void |
write(boolean PNKernel,
boolean withSpline,
PetriNet net,
java.io.BufferedWriter bw)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
basicPntdUri
public static final java.lang.String basicPntdUri
- See Also:
- Constant Field Values
workflowPntdUri
public static final java.lang.String workflowPntdUri
- See Also:
- Constant Field Values
write
public static void write(boolean PNKernel,
boolean withSpline,
PetriNet net,
java.io.BufferedWriter bw)
throws java.io.IOException
- Throws:
java.io.IOException