|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbcds.phison.cmd.RndZoneMap
public class RndZoneMap
Generates a "zone map" with random reliability data (MTTR, MTBF) of a given topology. Every link is placed within a "zone" with randomly-generated MTTR and MTBF The inputs are (among others): a) the mean length of the cable-cut "segment" b) the variation of (a), either as a percentaje (when sigma_cc < 1.0) or as an absolute number. (a) and (b) are used as parameter for a gaussian random generator. c) the range of MTTR values from which to draw a uniformly-distributed random MTTR. The output goes to stdout.
Constructor Summary | |
---|---|
RndZoneMap()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
void |
parseArgs(java.lang.String[] args)
|
void |
readGraph()
|
void |
run()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RndZoneMap()
Method Detail |
---|
public void readGraph()
public void parseArgs(java.lang.String[] args)
public void run()
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |