bcds.phison.cmd
Class CapacityChanger

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

public class CapacityChanger
extends java.lang.Object

Changes the capacities of links in a topology and sends the new graph to stdout. By default, the output is written to stdout in .sgf format.

Note: If the topology had a traffic matrix it is discarded in the output provided by this class.

See the output of --help for a description of parameters and operation.


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

Constructor Detail

CapacityChanger

public CapacityChanger()
Method Detail

readGraph

public void readGraph()

parseArgs

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

print_matrices

public void print_matrices()

run

public void run()

main

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