Package jebl.evolution.graphs

Interface Summary
Edge Represents a node in a graph or tree.
Graph  
Node Represents a node in a graph or tree.
 

Class Summary
Graph.Utils  
Utils A collection of utility functions for graphs.
 

Exception Summary
Graph.NoEdgeException This class is thrown by getEdgeLength(node1, node2) if node1 and node2 are not directly connected by an edge.