nl.uu.cs.treewidth.output
Class Output

java.lang.Object
  extended by nl.uu.cs.treewidth.output.Output

public abstract class Output
extends java.lang.Object


Field Summary
static boolean toFile
           
static boolean toWindow
           
 
Constructor Summary
Output()
           
 
Method Summary
static void bugreport(java.lang.String msg)
           
static
<Data> void
present(Graph<Data> g, java.lang.String title)
           
static
<Data> void
present(NeighborHashSetGraph<Data> g, java.lang.String title)
           
static
<Data> void
present(NGraph<Data> g, java.lang.String title)
           
static void presentTD(NGraph<NTDBag<GraphInput.InputData>> g, java.lang.String title)
           
static void waitForEnter()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

toFile

public static boolean toFile

toWindow

public static boolean toWindow
Constructor Detail

Output

public Output()
Method Detail

present

public static <Data> void present(Graph<Data> g,
                                  java.lang.String title)

present

public static <Data> void present(NeighborHashSetGraph<Data> g,
                                  java.lang.String title)

present

public static <Data> void present(NGraph<Data> g,
                                  java.lang.String title)

presentTD

public static void presentTD(NGraph<NTDBag<GraphInput.InputData>> g,
                             java.lang.String title)

waitForEnter

public static void waitForEnter()

bugreport

public static void bugreport(java.lang.String msg)