bcds.phison.cmd
Class IOFormatToPajek
java.lang.Object
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).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IOFormatToPajek
public IOFormatToPajek()
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)