A C E F G I L M N P R S T U V W

C

Callback - Interface in cs132.webPage
This interface is a callback that is invoked when an Hypertext Reference is found in a webpage.
CharacterDistance - Class in cs132.dijkstra
This provides a cost model for web page links based on the number of characters in the to URL that occur after the common prefix of the two URL's.
CharacterDistance() - Constructor for class cs132.dijkstra.CharacterDistance
 
cost(WebPage, WebPage) - Method in class cs132.dijkstra.CharacterDistance
 
cost(E, E) - Method in interface cs132.dijkstra.EdgeModel
Provide the cost/weight of the edge from the from element to the to element.
cost(String, String) - Method in class cs132.dijkstra.StringModel
 
cost(WebPage, WebPage) - Method in class cs132.dijkstra.UnitCost
 
crawl(WebPage) - Method in class cs132.webSpider.Spider
Crawl one WebPage.
cs132.dijkstra - package cs132.dijkstra
Classes for perfoming Dijkstra's shortest path algorithm to find the shortest path in a weighted graph from a starting vertex to all other vertices.
cs132.testCases - package cs132.testCases
 
cs132.webPage - package cs132.webPage
Classes for extracting href's embedded in web pages.
cs132.webSpider - package cs132.webSpider
Classes for representing WebPages and performing a web crawl.

A C E F G I L M N P R S T U V W

Web Accessibility