Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLabel()
Location
getLoc()
SymbolList
getSymbolList()
void
setLoc(Location nLoc)
-
-
-
Method Detail
-
getSymbolList
SymbolList getSymbolList()
-
-