org.biojava.bio.alignment
Interface AlignmentElement

All Known Implementing Classes:
SimpleAlignmentElement

public interface AlignmentElement

AlignmentElement is a class which represents a SymbolList and its location within an Alignment This is for use in UnequalLengthAlignments and ARAlignments.

Author:
David Waring

Method Summary
 java.lang.Object getLabel()
           
 Location getLoc()
           
 SymbolList getSymbolList()
           
 void setLoc(Location nLoc)
           
 

Method Detail

getLabel

public java.lang.Object getLabel()

getLoc

public Location getLoc()

getSymbolList

public SymbolList getSymbolList()

setLoc

public void setLoc(Location nLoc)
            throws BioError
Throws:
BioError