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

G

generateResults() - Static method in class cs132.testCases.TestAgainstFile
 
getLinks() - Method in class cs132.webSpider.WebPage
Returns a set of Webpages linked to by this web page
getMinimumCost(E) - Method in class cs132.dijkstra.ShortestPath
Return the cost of the minimum cost path from the start element to the designated element.
getMinimumCostPath(E) - Method in class cs132.dijkstra.ShortestPath
Return the path from the start element to the designated element, inclusive.
getNextPageToCrawl() - Method in class cs132.webSpider.Spider
Determines the web page that should next be crawled and removes it from the queue, skipping over any web pages that have already been visited.
getNumberOfPagesCrawled() - Method in class cs132.webSpider.Spider
Return the count of the number of web pages crawled
getSuccessors(E) - Method in interface cs132.dijkstra.EdgeModel
Returns a collection of elements to which there is an edge from e.
getSuccessors(String) - Method in class cs132.dijkstra.StringModel
 
getSuccessors(WebPage) - Method in class cs132.dijkstra.WebPageCostModel
 
getURL() - Method in class cs132.webSpider.WebPage
Gets the URL associated with this web page
getURLs() - Method in class cs132.webPage.ListCallback
Return list of URLs for which the callback has been invoked.
getURLs() - Method in class cs132.webSpider.Spider
Returns a collection of the URLs of all known webpages (e.g., the URL's corresponding to the WebPages returned by the getWebPages method).
getWebPages() - Method in class cs132.webSpider.Spider
Returns a collection of all known web pages, including both visited and unvisited webpages

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

Web Accessibility