Package edu.unm.cs.cs351.tdrl.f07.p1

Support classes and interfaces used by the F'07 CS351 Project 1.

See:
          Description

Interface Summary
CrawlState Interface to the current state of a web crawl.
Graph<T> This Interface specifies a basic directed graph data structure in "adjacency list" representation.
GraphAnalyzer<T> Interface for an object that analyzes basic graph structural statistics.
 

Exception Summary
CrawlFatalException This class indicates fatal errors in the execution of the Crawler suite.
GraphStructureException Exception indicating that a violation in graph structure has been detected (e.g., an edge missing a node on one end or a directed edge that should have been undirected or something like that).
 

Package edu.unm.cs.cs351.tdrl.f07.p1 Description

Support classes and interfaces used by the F'07 CS351 Project 1. This package contains interfaces for the classes that will be developed and tested in Milestones 1 and 2 of Project 1.