A C D E F G H I J L M N O P Q R S T U V W

W

WEB_PROPERTIES_FILE_NAME - Static variable in class org.matalon.pagerankhits.conf.GeneralSettings
 
WebGraph - class org.matalon.pagerankhits.dataStructures.WebGraph.
This class is an implementation of a graph for representing a web structure; each vertex represents an URL while each edge represents a link between them.
WebGraph(int) - Constructor for class org.matalon.pagerankhits.dataStructures.WebGraph
Constructor.
WebPageProperties - class org.matalon.pagerankhits.crawler.WebPageProperties.
This class includes common properties of a web page.
WebPageProperties(String) - Constructor for class org.matalon.pagerankhits.crawler.WebPageProperties
Constructor.
WebPageProperties(String, String) - Constructor for class org.matalon.pagerankhits.crawler.WebPageProperties
Constructor.
WebPageProperties(String, String, WebPageProperties) - Constructor for class org.matalon.pagerankhits.crawler.WebPageProperties
Constructor.
wasUrlVisited(String, Map) - Static method in class org.matalon.pagerankhits.crawler.Crawler
 
webGraph - Static variable in class org.matalon.pagerankhits.crawler.Crawler
 
webProperties - Variable in class org.matalon.pagerankhits.conf.PropertiesManager
 
writeHitsMatrixRoutine(HttpServletRequest, HttpServletResponse, boolean) - Method in class org.matalon.pagerankhits.servlet.GetRoutineServlet
Writes the requested HITS matrix routine to the OutputStream of the given response.
writeHitsRoutine(HttpServletResponse, boolean) - Method in class org.matalon.pagerankhits.servlet.GetRoutineServlet
Writes the requested Kleinberg's HITS routine to the PrintWriter of the given response.
writeMatrix(PrintWriter, String[][]) - Static method in class org.matalon.pagerankhits.servlet.ServletUtil
Writes the given matrix to the given PrintWriter.
writePageRankRoutine(HttpServletResponse) - Method in class org.matalon.pagerankhits.servlet.GetRoutineServlet
Writes the requested PageRank routine to the PrintWriterof the given response.
writeSparseMatrix(PrintWriter, String[][], String, boolean) - Static method in class org.matalon.pagerankhits.servlet.ServletUtil
Writes the given matrix (named matrixName) to the given PrintWriter.

A C D E F G H I J L M N O P Q R S T U V W