|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthelix.graph.algo.c3part.MultiGraphDebugger
public class MultiGraphDebugger
a class for debugging multigraph
Constructor Summary | |
---|---|
MultiGraphDebugger()
|
Method Summary | |
---|---|
static int |
checkColors(Graph multi,
String prefix,
boolean fixme)
check colors of multigraph pass null as compress to ignore compression |
static int |
checkColors(Vertex V,
Vertex U,
String prefix,
boolean fixme)
check colors of edge U-V |
static void |
fixColors(Graph multi)
fix colors of multigraph |
static void |
fixColors(Vertex V,
Vertex U)
fix colors of edge UV |
static void |
printNode(Vertex V,
String prefix,
boolean aliasToo)
print node |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultiGraphDebugger()
Method Detail |
---|
public static void printNode(Vertex V, String prefix, boolean aliasToo)
public static int checkColors(Vertex V, Vertex U, String prefix, boolean fixme)
public static int checkColors(Graph multi, String prefix, boolean fixme)
public static void fixColors(Vertex V, Vertex U)
public static void fixColors(Graph multi)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |