Uses of Interface
edu.uconn.mcb.lineageevolver.graph.DirectedGraph

Packages that use DirectedGraph
edu.uconn.mcb.lineageevolver.graph Provides graph data structure interface and implementation. 
 

Uses of DirectedGraph in edu.uconn.mcb.lineageevolver.graph
 

Subinterfaces of DirectedGraph in edu.uconn.mcb.lineageevolver.graph
 interface GraphTopology
          Common interface for graph objects to be used as topologies.
 

Classes in edu.uconn.mcb.lineageevolver.graph that implement DirectedGraph
 class EdgeListGraph
          Comment for this type goes here.
 class EdgeListGraphTopology
          Implementation of a GraphTopology using an EdgeListGraph