Package bcds.phison.cmd

Class Summary
BetweennessCent Compute the node and edge betweenness centrality of a given topology.
CapacityChanger Changes the capacities of links in a topology and sends the new graph to stdout.
CheegerConstants<V extends GraphIONode,E> Prints the Cheeger constants of a topology.
CostChanger Change the costs of links in a topology file.
ExecMain This class implements a simple command executor, that is, invokes the main method of a given class.
IOFormatConverter Reads a topology file and writes it to (possibly) another format.
IOFormatFromDot IOFormatFromDot implements a very simple converter from a topology in DOT format to one of PHISON's supported formats, such as SGF, NET of GraphML.
IOFormatToPajek Reads a topology file and writes it in the "Pajek" format.
LatticeTopologyCreator  
Metrics<V extends GraphIONode,E> Computes one or more metrics on one or more topologies.
PrintDegreeDistribution<V,E> Prints the (outgoing) degree distribution of a given topology.
PrintJDD<V,E> /** Prints the joint degree distribution (JDD) of a given topology.
PrintPmParams Loads all the PrrocessingModule(s) whose name are given in the command line and prints the default parameters of each one.
RingTopologyCreator  
RndZoneMap Generates a "zone map" with random reliability data (MTTR, MTBF) of a given topology.
TopologyExaminer  
TopologyMerger