Uses of Package
edu.uconn.mcb.lineageevolver.graph

Packages that use edu.uconn.mcb.lineageevolver.graph
edu.uconn.mcb.lineageevolver Provides all basic, universal LineageEvolver classes directly, and serves as a parent for all other LineageEvolver packages. 
edu.uconn.mcb.lineageevolver.config This package provides configuration interfaces and classes. 
edu.uconn.mcb.lineageevolver.graph Provides graph data structure interface and implementation. 
 

Classes in edu.uconn.mcb.lineageevolver.graph used by edu.uconn.mcb.lineageevolver
GraphEdge
          Common interface for all graph edge objects.
GraphTopology
          Common interface for graph objects to be used as topologies.
 

Classes in edu.uconn.mcb.lineageevolver.graph used by edu.uconn.mcb.lineageevolver.config
GraphTopology
          Common interface for graph objects to be used as topologies.
 

Classes in edu.uconn.mcb.lineageevolver.graph used by edu.uconn.mcb.lineageevolver.graph
DirectedGraph
          Common interface for all graph objects.
EdgeListEdge
          GraphEdge implementation for use with EdgeListGraph objects.
EdgeListGraph
          Comment for this type goes here.
EdgeListGraphTopology.EdgeData
          Encapsulation class used for storing multiple items inside an edge for EdgeListGraphTopology objects.
EdgeListGraphTopology.EdgeData.Event
          Encapsulation class used for storing Event information inside an EdgeData object.
EdgeListGraphTopology.EdgeData.GenomeEvent
          Common abstract class for all events dealing directly with Genomes, as a GenomeVisitor.
EdgeListGraphTopology.EdgeData.LineageEvent
          Common abstract class for all events dealing with Lineages.
EdgeListGraphTopology.EdgeData.SubstitutionEvent
          Event produced for carrying out substitution.
EdgeListNode
          Implementation of GraphNode interface for use with EdgeListGraph objects.
GraphEdge
          Common interface for all graph edge objects.
GraphNode
          Common interface for all graph node objects.
GraphTopology
          Common interface for graph objects to be used as topologies.
GraphTopologyEvent
          Common interface for classes representing an event at some given moment on a branch.