org.biojava.bio.alignment
Class SimpleAlignmentElement
java.lang.Object
org.biojava.bio.alignment.SimpleAlignmentElement
- All Implemented Interfaces:
- AlignmentElement
public class SimpleAlignmentElement
- extends Object
- implements AlignmentElement
SimpleSimpleAlignment is a simple implementation of
AlignmentElement.
- Author:
- David Waring
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
label
protected Object label
loc
protected Location loc
seq
protected SymbolList seq
SimpleAlignmentElement
public SimpleAlignmentElement(Object label,
SymbolList seq,
Location loc)
throws BioException
- Throws:
BioException
getLabel
public Object getLabel()
- Specified by:
getLabel
in interface AlignmentElement
getLoc
public Location getLoc()
- Specified by:
getLoc
in interface AlignmentElement
getSymbolList
public SymbolList getSymbolList()
- Specified by:
getSymbolList
in interface AlignmentElement
setLoc
public void setLoc(Location nLoc)
throws BioError
- Specified by:
setLoc
in interface AlignmentElement
- Throws:
BioError