nl.uu.cs.treewidth.output
Class Output
java.lang.Object
nl.uu.cs.treewidth.output.Output
public abstract class Output
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
toFile
public static boolean toFile
toWindow
public static boolean toWindow
Output
public Output()
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)