org.processmining.framework.models.petrinet.algorithms
Class PnmlWriter

java.lang.Object
  extended by 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

Field Summary
static java.lang.String basicPntdUri
           
static java.lang.String workflowPntdUri
           
 
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
 

Field Detail

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
Method Detail

write

public static void write(boolean PNKernel,
                         boolean withSpline,
                         PetriNet net,
                         java.io.BufferedWriter bw)
                  throws java.io.IOException
Throws:
java.io.IOException