bcds.phison.cmd
Class IOFormatToPajek

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

public class IOFormatToPajek
extends java.lang.Object

Reads a topology file and writes it in the "Pajek" format.

Note: Pajek is not supported in PHISON, so this no more than just a "quick conversion script". Only connectivity is exported (cost, capacity, etc. is discarded).


Constructor Summary
IOFormatToPajek()
           
 
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

IOFormatToPajek

public IOFormatToPajek()
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)