A C D E G H I M N O P Q S

A

addEdge(T, T) - Method in interface edu.unm.cs.cs351.tdrl.f07.p1.Graph
Insert a directed edge between two nodes.
addHref(String, String) - Method in interface edu.unm.cs.cs351.tdrl.f07.p1.CrawlState
Add a link between the current page and some page that it links to.
addNode(T) - Method in interface edu.unm.cs.cs351.tdrl.f07.p1.Graph
Insert a new node into this graph.
allPairsShortestPaths() - Method in interface edu.unm.cs.cs351.tdrl.f07.p1.GraphAnalyzer
Compute the all-pairs shortest paths distances between every pair of nodes in the graph.
avgInDegree() - Method in interface edu.unm.cs.cs351.tdrl.f07.p1.GraphAnalyzer
Computes the average INDEGREE for any node in the graph.
avgOutDegree() - Method in interface edu.unm.cs.cs351.tdrl.f07.p1.GraphAnalyzer
Computes the average OUTDEGREE for any node in the graph.
avgShortestPathDistance() - Method in interface edu.unm.cs.cs351.tdrl.f07.p1.GraphAnalyzer
Returns the average distance between all reachable pairs of nodes.

A C D E G H I M N O P Q S