Package phylonet.graph.model

Interface Summary
Edge This represents an edge in a @link{Graph}.
Graph An interface defining a graph.
GraphComponent  
GraphListener The methods used to notify an object that the graph has changed.
MutableEdge  
MutableGraph  
MutableNode  
Node This interface represents a Node that belongs to a single instance of a @link{Graph}.
Path This interface defines an abstract representation of a path within a graph.
 

Class Summary
PathImpl This class provides a basic implementation of the Path interface.