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
BioException
public java.lang.Object getLabel()
getLabel
in interface AlignmentElement
public Location getLoc()
getLoc
in interface AlignmentElement
public SymbolList getSymbolList()
getSymbolList
in interface AlignmentElement
public void setLoc(Location nLoc) throws BioError
setLoc
in interface AlignmentElement
BioError