public class SimpleAlignmentElement extends java.lang.Object implements AlignmentElement
SimpleSimpleAlignment is a simple implementation of AlignmentElement.
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
label |
protected Location |
loc |
protected SymbolList |
seq |
| Constructor and Description |
|---|
SimpleAlignmentElement(java.lang.Object label,
SymbolList seq,
Location loc) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getLabel() |
Location |
getLoc() |
SymbolList |
getSymbolList() |
void |
setLoc(Location nLoc) |
protected java.lang.Object label
protected Location loc
protected SymbolList seq
public SimpleAlignmentElement(java.lang.Object label,
SymbolList seq,
Location loc)
throws BioException
BioExceptionpublic java.lang.Object getLabel()
getLabel in interface AlignmentElementpublic Location getLoc()
getLoc in interface AlignmentElementpublic SymbolList getSymbolList()
getSymbolList in interface AlignmentElementpublic void setLoc(Location nLoc) throws BioError
setLoc in interface AlignmentElementBioError