org.caida.otter
Class GraphInfo

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

public class GraphInfo
extends java.lang.Object

Class to gain information from LibSea graph file. Useful for pre-proccessing activites where user may need to know something about the graph file so they can accurately define parameters for proccessing.


Constructor Summary
GraphInfo()
           
 
Method Summary
 void printAttributeInfo(org.caida.libsea.Graph LibSea_Graph)
          Retrieves Attribute Information about the Graph file and prints it out to the screen in a columated format.
 void printAvailableSources(org.caida.libsea.Graph LibSea_Graph)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphInfo

public GraphInfo()
Method Detail

printAttributeInfo

public void printAttributeInfo(org.caida.libsea.Graph LibSea_Graph)
Retrieves Attribute Information about the Graph file and prints it out to the screen in a columated format.
Parameters:
LibSea_Graph - The graph file that the info will be retrieved from.

printAvailableSources

public void printAvailableSources(org.caida.libsea.Graph LibSea_Graph)