Uses of Class
edu.uconn.mcb.lineageevolver.graph.EdgeListEdge

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

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

Fields in edu.uconn.mcb.lineageevolver.graph declared as EdgeListEdge
(package private)  EdgeListEdge EdgeListGraphTopology.EdgeData.edge
          The edge that we're bound to.
 

Constructors in edu.uconn.mcb.lineageevolver.graph with parameters of type EdgeListEdge
EdgeListGraphTopology.EdgeData(int substitutions, int time, java.lang.Object data, EdgeListEdge edge)
          Constructor for EdgeData objects, specifying all instance variables.