org.processmining.framework.util
Class Dot

java.lang.Object
  extended by org.processmining.framework.util.Dot

public class Dot
extends java.lang.Object

Version:
1.0
Author:
Peter van den Brand

Method Summary
static att.grappa.Graph execute(java.lang.String dotFilename)
           
static att.grappa.Graph execute(java.lang.String dotFilename, boolean deleteFileAfterwards)
          Deprecated. The deleteFileAfterwards parameter is not taken into consideration anymore (please use #execute execute instead).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

execute

public static att.grappa.Graph execute(java.lang.String dotFilename,
                                       boolean deleteFileAfterwards)
                                throws java.lang.Exception
Deprecated. The deleteFileAfterwards parameter is not taken into consideration anymore (please use #execute execute instead).

Parameters:
dotFilename - String
deleteFileAfterwards - not used
Returns:
Graph
Throws:
java.lang.Exception

execute

public static att.grappa.Graph execute(java.lang.String dotFilename)
                                throws java.lang.Exception
Throws:
java.lang.Exception