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

A

ATTACHMENT_FILE_NAME - Static variable in class org.matalon.pagerankhits.servlet.DisplayMatrixServlet
 
AbstractServlet - class org.matalon.pagerankhits.servlet.AbstractServlet.
This class acts as an abstract base for all servlets in the program.
AbstractServlet() - Constructor for class org.matalon.pagerankhits.servlet.AbstractServlet
 
AlgorithmComparator - class org.matalon.pagerankhits.util.AlgorithmComparator.
This class is responsible for comparing the results of all 3 relevant algorithms: Google's PageRank, Kleinberg's HITS and our modification to Kleinberg's HITS.
AlgorithmComparator() - Constructor for class org.matalon.pagerankhits.util.AlgorithmComparator
 
addEdge(Vertex, Vertex) - Method in interface org.matalon.pagerankhits.dataStructures.Graph
Adds an edge between the 2 given vertices to the graph.
addEdge(Vertex, Vertex) - Method in class org.matalon.pagerankhits.dataStructures.WebGraph
Adds the given vertices (if they don't already exist) and an edge between them (if it doesn't already exist).
addLink(List, String, String) - Static method in class org.matalon.pagerankhits.util.UrlUtil
Adds the given URL to the given links list; if the URL is relative it shall be constructed using the given parent URL.
addVertex(Vertex) - Method in interface org.matalon.pagerankhits.dataStructures.Graph
Adds the given vertex to the graph.
addVertex(Vertex) - Method in class org.matalon.pagerankhits.dataStructures.WebGraph
Adds the given vertex if it doesn't already exist.
address - Variable in class org.matalon.pagerankhits.crawler.WebPageProperties
 
adjacencyListArray - Variable in class org.matalon.pagerankhits.dataStructures.WebGraph
 

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