org.forester.development
Interface Msa

All Known Implementing Classes:
BasicMsa, SimpleMutableMsa

public interface Msa


Method Summary
 int getLength()
           
 int getNumberOfSequences()
           
 char getResidueAt(int col, int row)
           
 Sequence getSequence(int i)
           
 

Method Detail

getLength

int getLength()

getNumberOfSequences

int getNumberOfSequences()

getResidueAt

char getResidueAt(int col,
                  int row)

getSequence

Sequence getSequence(int i)