Package org.globus.cog.util.graph

Interface Summary
EdgeIterator  
GraphInterface Defines an interface for a directed graph structure.
GraphListener An interface for objects wanting to listen to structural changes in graphs
NodeIterator  
 

Class Summary
Edge This class represents an edge in a graph that can wrap arbitrary objects
EdgeItr  
Graph Implements the graph interface
GraphChangedEvent Describes a graph event
Node A generic node object that contains lists for edges connected to it and wraps an object
NodeItr  
 

Exception Summary
EdgeNotFoundException Thrown by operations involving an edge when the edge does not actually exist in the graph
GraphException Generic graph exception
NodeNotFoundException