Package pedviz.graph

Provides a data structure for pedigrees.

See:
          Description

Class Summary
Cluster This class can contain any nodes you like.
Edge This class represents a connection between two nodes.
Graph This class represents the pedigree as a graph.
Hierarchy This class represents the hierarchy of a graph.
Layout<N extends NodeView,E extends EdgeView>  
LayoutedGraph<N extends NodeView,E extends EdgeView> This class contains all layout informations for a Graph object.
Node This class represents a individual in a pedigree (Graph).
 

Package pedviz.graph Description

Provides a data structure for pedigrees.