Package org.matalon.pagerankhits.dataStructures

Interface Summary
Graph This interface includes the basic graph functionality.
Queue This interface includes the basic queue functionality.
 

Class Summary
Edge This class represents an edge data structure.
UrlsQueue This class represents a web related queue data structure.
Vertex This class represents a vertex data structure.
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.