|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbcds.phison.cmd.PrintJDD<V,E>
public class PrintJDD<V,E>
/**
Prints the joint degree distribution (JDD) of a given topology. It uses
the AverageNeighborConnectivity graph metric.
The output is as follows:
# BEGIN topology topology_name # END topology # # BEGIN values K1 K2 JDD ... Kn Kn JDD # END values
| Constructor Summary | |
|---|---|
PrintJDD()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
|
void |
parseArgs(java.lang.String[] args)
Checks the arguments passed to PrintJDD. |
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 PrintJDD()
| Method Detail |
|---|
public void readGraph()
public void parseArgs(java.lang.String[] args)
PrintJDD.
The topology file name is the only one needed.
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 | |||||||||