|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Export.OtterExport
Export.OtterExport provides functionality to export a topology into a format recognized by Otter (*.odf file). Otter is one of CAIDA's network topology visualization tools. Otter's main benefits include data independency and versatility. You can obtain Otter from http://www.caida.org/tools/visualization/.
Constructor Summary | |
OtterExport(Topology t,
java.io.File outFile)
Class Constructor: Returns an OtterExport object which your code may keey around for later use. |
Method Summary | |
void |
export()
Writes the contents of the topology to the destination file in a format that is understood by Otter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OtterExport(Topology t, java.io.File outFile)
export()
method of this object in order to
write to the file.t
- the topology object to exportoutFile
- the destination file to write the topology to.Method Detail |
public void export()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |