org.biojava.bio.alignment
public class SimpleAlignmentElement extends Object implements AlignmentElement
SimpleSimpleAlignment is a simple implementation of AlignmentElement.
| Modifier and Type | Field and Description |
|---|---|
protected Object |
label |
protected Location |
loc |
protected SymbolList |
seq |
| Constructor and Description |
|---|
SimpleAlignmentElement(Object label,
SymbolList seq,
Location loc) |
protected Object label
protected Location loc
protected SymbolList seq
public SimpleAlignmentElement(Object label, SymbolList seq, Location loc) throws BioException
BioExceptionpublic 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