|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectConstConfig
public class ConstConfig
Symbolic constants that control what the built code does (in the flavor of C's #ifdef, more or less).
Field Summary | |
---|---|
static boolean |
DEBUG
If set to true, 'helpful' trace information about nodes going down and recovering is printed. |
static long |
MYRANDOM_SEED
Seed used if REPEATABLE_RUN is set to true. |
static boolean |
REPEATABLE_RUN
It's often handy to be able to re-run a trial, for debugging purposes. |
static boolean |
WRITE_REACHABILITY_GRAPH
If you want to produce a time series graph of the average fraction of actually reachable pairs reachable by the routing tables: set this variable to true run the simulation run the 'createGraph.pl' script (e.g., '$ ./createGraph.pl'). |
Constructor Summary | |
---|---|
ConstConfig()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final boolean REPEATABLE_RUN
public static final long MYRANDOM_SEED
public static final boolean WRITE_REACHABILITY_GRAPH
On attu I've put a copy in /cse/courses/cse461/07au/.
public static boolean DEBUG
Constructor Detail |
---|
public ConstConfig()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |