bcds.phison.cmd
Class BetweennessCent

java.lang.Object
  extended by bcds.phison.cmd.BetweennessCent

public class BetweennessCent
extends java.lang.Object

Compute the node and edge betweenness centrality of a given topology.


Constructor Summary
BetweennessCent()
           
 
Method Summary
 void createGraph()
           
 void estimate_link_importance()
           
static void main(java.lang.String[] args)
           
 void parseArgs(java.lang.String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BetweennessCent

public BetweennessCent()
Method Detail

parseArgs

public void parseArgs(java.lang.String[] args)

createGraph

public void createGraph()

estimate_link_importance

public void estimate_link_importance()

run

public void run()
         throws java.io.IOException
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)