jebl.evolution.sequences
Interface Sequences

All Known Subinterfaces:
Alignment
All Known Implementing Classes:
BasicAlignment, BootstrappedAlignment, JackknifedAlignment, ResampledAlignment

public interface Sequences

A set of sequence objects.

Version:
$Id: Sequences.java 185 2006-01-23 23:03:18Z rambaut $
Author:
Andrew Rambaut, Alexei Drummond

Method Summary
 Sequence getSequence(Taxon taxon)
           
 java.util.Set<Sequence> getSequences()
           
 

Method Detail

getSequences

java.util.Set<Sequence> getSequences()

getSequence

Sequence getSequence(Taxon taxon)


http://code.google.com/p/jebl2/