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
getLabel
public java.lang.Object getLabel()
getLoc
public Location getLoc()
getSymbolList
public SymbolList getSymbolList()
setLoc
public void setLoc(Location nLoc)
throws BioError
- Throws:
BioError