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

G

getGraph() - Method in interface edu.unm.cs.cs351.tdrl.f07.p1.CrawlState
Returns a reference to the underlying graph.
getNodeID(T) - Method in interface edu.unm.cs.cs351.tdrl.f07.p1.Graph
Return a unique numeric ID code on the range [0,V-1] for the specified node.
getQueue() - Method in interface edu.unm.cs.cs351.tdrl.f07.p1.CrawlState
Returns a reference the to-do queue (OPEN LIST).
Graph<T> - Interface in edu.unm.cs.cs351.tdrl.f07.p1
This Interface specifies a basic directed graph data structure in "adjacency list" representation.
GraphAnalyzer<T> - Interface in edu.unm.cs.cs351.tdrl.f07.p1
Interface for an object that analyzes basic graph structural statistics.
GraphStructureException - Exception in edu.unm.cs.cs351.tdrl.f07.p1
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).
GraphStructureException() - Constructor for exception edu.unm.cs.cs351.tdrl.f07.p1.GraphStructureException
Construct a default Graph exception, with no information about why it was generated.
GraphStructureException(String, Throwable) - Constructor for exception edu.unm.cs.cs351.tdrl.f07.p1.GraphStructureException
A combination of GraphStructureException.GraphStructureException(String) and GraphStructureException.GraphStructureException(Throwable) -- generate an exception with both an informative message and an original root cause.
GraphStructureException(String) - Constructor for exception edu.unm.cs.cs351.tdrl.f07.p1.GraphStructureException
Construct a Graph exception with an informative message about why it was generated.
GraphStructureException(Throwable) - Constructor for exception edu.unm.cs.cs351.tdrl.f07.p1.GraphStructureException
Construct a Graph exception that "wraps" another, primary exception.

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