Package org.biojava.bio.alignment
Interface AlignmentElement
-
- All Known Implementing Classes:
SimpleAlignmentElement
public interface AlignmentElementAlignmentElement 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetLabel()LocationgetLoc()SymbolListgetSymbolList()voidsetLoc(Location nLoc)
-
-
-
Method Detail
-
getLabel
java.lang.Object getLabel()
-
getLoc
Location getLoc()
-
getSymbolList
SymbolList getSymbolList()
-
-