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

java.lang.Object
  extended by org.processmining.framework.models.petrinet.algorithms.TPNWriter

public class TPNWriter
extends java.lang.Object

Title: TPNWriter

Description: This static class returns a TPN representation of a PetriNet.

Copyright: Copyright (c) 2004

Company: Technische Universiteit Eindhoven

Version:
1.0
Author:
Eric Verbeek

Field Summary
static java.lang.String INVISIBLE_EVENT_TYPE
          This value is used to indicate the event type of an invisible transition.
 
Constructor Summary
TPNWriter()
           
 
Method Summary
static java.lang.String write(PetriNet net)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INVISIBLE_EVENT_TYPE

public static final java.lang.String INVISIBLE_EVENT_TYPE
This value is used to indicate the event type of an invisible transition.

See Also:
Constant Field Values
Constructor Detail

TPNWriter

public TPNWriter()
Method Detail

write

public static java.lang.String write(PetriNet net)