Uses of Class
gps.network.graph.Graph

Packages that use Graph
gps.gui Provides GUI for simulator. 
gps.network Provides network related informaiton. 
gps.network.graph Provides graph topology representative. 
 

Uses of Graph in gps.gui
 

Methods in gps.gui that return Graph
 Graph ProtocolPanel.getGraph()
          gets graph object in graph panel
 Graph GraphPanel.getGraph()
          gets graph being displayed
 

Methods in gps.gui with parameters of type Graph
 void GraphPanel.setGraph(Graph g)
          sets graph to be displayed
 

Uses of Graph in gps.network
 

Methods in gps.network with parameters of type Graph
 void Topology.confNetwork(Graph g, java.util.Properties p)
          constructs topology from graph file and properties
 

Uses of Graph in gps.network.graph
 

Methods in gps.network.graph that return Graph
static Graph Graph.fromALTFile(java.io.BufferedReader r)
          Read from a file in the ALT topology file format
static Graph Graph.fromALTFile(java.io.File file)
          Read from a file in the ALT topology file format
static Graph Graph.fromALTFile(java.lang.String filename)
          Read from a file in the ALT topology file format
static Graph Graph.fromBRITEFile(java.io.BufferedReader r)
          Read from a file in the BRITE topology file format
static Graph Graph.fromBRITEFile(java.io.File file)
          Read from a file in the BRITE topology file format
static Graph Graph.fromBRITEFile(java.lang.String filename)
          Read from a file in the BRITE topology file format
static Graph Graph.fromCSVFile(java.io.BufferedReader r)
          Read from a file in the CVS topology file format
static Graph Graph.fromCSVFile(java.io.File file)
          Read from a file in the CVS topology file format
static Graph Graph.fromCSVFile(java.lang.String filename)
          Read from a file in the CVS topology file format
static Graph Graph.fromGMLFile(java.io.BufferedInputStream r)
          Read from a file in the GML topology file format
static Graph Graph.fromGMLFile(java.io.File file)
          Read from a file in the GML topology file format
static Graph Graph.fromGMLFile(java.lang.String filename)
          Read from a file in the GML topology file format
static Graph Graph.fromGTTSFile(java.io.BufferedReader r)
          Read from a file in the GTTS topology file format
static Graph Graph.fromGTTSFile(java.io.File file)
          Read from a file in the GTTS topology file format
static Graph Graph.fromGTTSFile(java.lang.String filename)
          Read from a file in the GTTS topology file format
static Graph Graph.fromINETFile(java.io.BufferedReader r)
          Read from a file in the INET topology file format
static Graph Graph.fromINETFile(java.io.File file)
          Read from a file in the INET topology file format
static Graph Graph.fromINETFile(java.lang.String filename)
          Read from a file in the INET topology file format
static Graph Graph.fromNLANRFile(java.io.BufferedReader r)
          Read from a file in the NLANR topology file format
static Graph Graph.fromNLANRFile(java.io.File file)
          Read from a file in the NLANR topology file format
static Graph Graph.fromNLANRFile(java.lang.String filename)
          Read from a file in the NLANR topology file format
static Graph Graph.fromTIERSFile(java.io.BufferedReader r)
          Read from a file in the TIERS topology file format
static Graph Graph.fromTIERSFile(java.io.File file)
          Read from a file in the TIERS topology file format
static Graph Graph.fromTIERSFile(java.lang.String filename)
          Read from a file in the TIERS topology file format