|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.framework.models.petrinet.algorithms.CpnWriter
public class CpnWriter
Exports a given low-level Petri net to a coloured Petri net representation that can be read by CPN Tools.
PetriNet
,
CpnExport
Field Summary | |
---|---|
static java.lang.String |
DtdUri
Gives the location of the Document Type Definition (DTD) specifying the CPN Tools format. |
Method Summary | |
---|---|
static void |
write(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 |
---|
public static final java.lang.String DtdUri
Method Detail |
---|
public static void write(PetriNet net, java.io.BufferedWriter bw) throws java.io.IOException
net
- PetriNet the PetriNet to be exported to CPN Toolsbw
- BufferedWriter used to stream the data to the file
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |