bcds.phison.cmd
Class IOFormatConverter

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

public class IOFormatConverter
extends java.lang.Object

Reads a topology file and writes it to (possibly) another format.

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


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

Constructor Detail

IOFormatConverter

public IOFormatConverter()
Method Detail

readGraph

public void readGraph()

parseArgs

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

writeGraph

public void writeGraph()

main

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