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.
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
Location |
getLoc() |
SymbolList |
getSymbolList() |
void |
setLoc(Location nLoc) |
SymbolList getSymbolList()
Copyright © 2014 BioJava. All rights reserved.