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