de.cau.cs.kieler.klay.layered
Class Util

java.lang.Object
  extended by de.cau.cs.kieler.klay.layered.Util

public final class Util
extends Object

Contains utility methods used throughout KLay Layered.

Rating red

Method Summary
static String getDebugOutputFileBaseName(LayeredGraph graph)
          Returns the beginning of the file name used for debug output graphs while layouting the given layered graph.
static String getDebugOutputPath()
          Returns the path for debug output graphs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDebugOutputPath

public static String getDebugOutputPath()
Returns the path for debug output graphs.

Returns:
the path for debug output graphs, without trailing separator.

getDebugOutputFileBaseName

public static String getDebugOutputFileBaseName(LayeredGraph graph)
Returns the beginning of the file name used for debug output graphs while layouting the given layered graph. This will look something like "143293-".

Parameters:
graph - the graph to return the base debug file name for.
Returns:
the base debug file name for the given graph.