jebl.evolution.sequences
Interface Sequences

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

public interface Sequences

A set of sequence objects.

Author:
Andrew Rambaut, Alexei Drummond

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

Method Detail

getSequences

Set<Sequence> getSequences()

getSequence

Sequence getSequence(Taxon taxon)