Graph
Class GraphConstants
java.lang.Object
|
+--Graph.GraphConstants
- public final class GraphConstants
- extends java.lang.Object
GraphConstants serves as a repository of constants that our Graph
data structure uses. All constants specific to the "semantics" of
the graph (such as router or AS types etc) should be in the
ModelConstants class.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COLOR_BLACK
public static int COLOR_BLACK
COLOR_WHITE
public static int COLOR_WHITE
COLOR_GRAY
public static int COLOR_GRAY
UNDIRECTED
public static int UNDIRECTED
DIRECTED
public static int DIRECTED
GraphConstants
public GraphConstants()