public class SimpleAlignmentElement extends Object implements AlignmentElement
SimpleSimpleAlignment is a simple implementation of AlignmentElement.
| Modifier and Type | Field and Description |
|---|---|
protected String |
label |
protected Location |
loc |
protected SymbolList |
seq |
| Constructor and Description |
|---|
SimpleAlignmentElement(String label,
SymbolList seq,
Location loc) |
public SimpleAlignmentElement(String label, SymbolList seq, Location loc) throws BioException
BioExceptionpublic String getLabel()
getLabel in interface AlignmentElementpublic Location getLoc()
getLoc in interface AlignmentElementpublic SymbolList getSymbolList()
getSymbolList in interface AlignmentElementCopyright © 2014 BioJava. All rights reserved.