|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
DirectedGraph | Common interface for all graph 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. |
Class Summary | |
EdgeListEdge | GraphEdge implementation for use with EdgeListGraph objects. |
EdgeListGraph | Comment for this type goes here. |
EdgeListGraphTopology | Implementation of a GraphTopology using an EdgeListGraph |
EdgeListNode | Implementation of GraphNode interface for use with EdgeListGraph objects. |
Provides graph data structure interface and implementation. The graph data structure was chosen (for representation of topologies) to accomodate LineageEvolver's event-centric take on evolution. All Events must be associated to an edge in a graph, and fall under one of two categories:
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |