org.caida.otter
Class IOotter

java.lang.Object
  |
  +--org.caida.otter.IOotter

public class IOotter
extends java.lang.Object
implements PlotPathsIO

IOotter - a class that handles IO in Otter format


Constructor Summary
IOotter()
           
 
Method Summary
 PathSet readInput(java.lang.String inputFile, java.lang.String dataFile)
          placeholder b/c we don't load otter format data.
 void writeOutput(DisplayObjects data, java.lang.String outfile, GetOpts CmdOpts)
          Output data in Otter format .
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOotter

public IOotter()
Method Detail

writeOutput

public void writeOutput(DisplayObjects data,
                        java.lang.String outfile,
                        GetOpts CmdOpts)
Output data in Otter format .
Specified by:
writeOutput in interface PlotPathsIO
Parameters:
data - DisplayObjects object to extract node/label/link info from
outfile - Name of file to write to disk. The file will be overwritten if it already exists.

readInput

public PathSet readInput(java.lang.String inputFile,
                         java.lang.String dataFile)
placeholder b/c we don't load otter format data. (er.. yet)
Specified by:
readInput in interface PlotPathsIO