Package support.graph

Interface Summary
AdjacencyMatrixGraph  
CS16Edge  
CS16Vertex  
MinSpanForest This class is a takeoff of Kruskal's minimum spanning tree algorithm.
 

Class Summary
CS16Position<E>  
EdgeIterator<E>  
GraphCanvas  
GraphEdge  
GraphIterator<E>  
GraphVertex  
GraphViz  
NodeSequence<E>  
NodeSequence.SNode<E>  
VizVertex  
 

Exception Summary
GraphException Class that is superclass for all exceptions in the support.graph package.
InvalidEdgeException HAIKU: The edge in question The opposite of valid Therefore, invalid
InvalidVertexException HAIKU: Corrupted vertex Wears the brand of "invalid" Outlawed forever
NoSuchEdgeException An object of this class gets thrown when an Edge object with certain properties does not exist in the graph.
NoSuchVertexException An object of this class gets thrown when a Vertex object with certain properties does not exist in the graph.