public class SimpleAlignmentElement extends Object implements AlignmentElement
SimpleSimpleAlignment is a simple implementation of AlignmentElement.
| Modifier and Type | Field and Description |
|---|---|
protected String |
label |
protected Location |
loc |
protected SymbolList |
seq |
| Constructor and Description |
|---|
SimpleAlignmentElement(String label,
SymbolList seq,
Location loc) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
Location |
getLoc() |
SymbolList |
getSymbolList() |
void |
setLoc(Location nLoc) |
public SimpleAlignmentElement(String label, SymbolList seq, Location loc) throws BioException
BioExceptionpublic String getLabel()
getLabel in interface AlignmentElementpublic Location getLoc()
getLoc in interface AlignmentElementpublic SymbolList getSymbolList()
getSymbolList in interface AlignmentElementCopyright © 2020 BioJava. All rights reserved.