Package 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
-
-
Constructor Summary
Constructors Constructor Description SimpleAlignmentElement(String label, SymbolList seq, Location loc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLabel()
Location
getLoc()
SymbolList
getSymbolList()
void
setLoc(Location nLoc)
-
-
-
Constructor Detail
-
SimpleAlignmentElement
public SimpleAlignmentElement(String label, SymbolList seq, Location loc) throws BioException
- Throws:
BioException
-
-
Method Detail
-
getLabel
public String getLabel()
- Specified by:
getLabel
in interfaceAlignmentElement
-
getLoc
public Location getLoc()
- Specified by:
getLoc
in interfaceAlignmentElement
-
getSymbolList
public SymbolList getSymbolList()
- Specified by:
getSymbolList
in interfaceAlignmentElement
-
-