Uses of Package
jebl.evolution.graphs

Packages that use jebl.evolution.graphs
jebl.evolution.graphs   
jebl.evolution.parsimony   
jebl.evolution.trees   
 

Classes in jebl.evolution.graphs used by jebl.evolution.graphs
Edge
          Represents a node in a graph or tree.
Graph
           
Graph.NoEdgeException
          This class is thrown by getEdgeLength(node1, node2) if node1 and node2 are not directly connected by an edge.
Node
          Represents a node in a graph or tree.
 

Classes in jebl.evolution.graphs used by jebl.evolution.parsimony
Node
          Represents a node in a graph or tree.
 

Classes in jebl.evolution.graphs used by jebl.evolution.trees
Edge
          Represents a node in a graph or tree.
Graph
           
Graph.NoEdgeException
          This class is thrown by getEdgeLength(node1, node2) if node1 and node2 are not directly connected by an edge.
Node
          Represents a node in a graph or tree.
 



http://code.google.com/p/jebl2/