A C D E G H I M N O P Q S

C

containsEdge(T, T) - Method in interface edu.unm.cs.cs351.tdrl.f07.p1.Graph
Test for the presence of a directed edge between two nodes.
containsNode(T) - Method in interface edu.unm.cs.cs351.tdrl.f07.p1.Graph
Returns true iff the argument specifies a node in the graph.
countSCCs() - Method in interface edu.unm.cs.cs351.tdrl.f07.p1.GraphAnalyzer
Returns the number of strongly connected components (SCCs) in the graph.
CrawlFatalException - Exception in edu.unm.cs.cs351.tdrl.f07.p1
This class indicates fatal errors in the execution of the Crawler suite.
CrawlFatalException() - Constructor for exception edu.unm.cs.cs351.tdrl.f07.p1.CrawlFatalException
Construct a default Crawler exception, with no information about why it was generated.
CrawlFatalException(String) - Constructor for exception edu.unm.cs.cs351.tdrl.f07.p1.CrawlFatalException
Construct a Crawler exception with an informative message about why it was generated.
CrawlFatalException(Throwable) - Constructor for exception edu.unm.cs.cs351.tdrl.f07.p1.CrawlFatalException
Construct a Crawler exception that "wraps" another, primary exception.
CrawlFatalException(String, Throwable) - Constructor for exception edu.unm.cs.cs351.tdrl.f07.p1.CrawlFatalException
A combination of CrawlFatalException.CrawlFatalException(String) and CrawlFatalException.CrawlFatalException(Throwable) -- generate an exception with both an informative message and an original root cause.
CrawlState - Interface in edu.unm.cs.cs351.tdrl.f07.p1
Interface to the current state of a web crawl.

A C D E G H I M N O P Q S