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
BioException
public String getLabel()
getLabel
in interface AlignmentElement
public Location getLoc()
getLoc
in interface AlignmentElement
public SymbolList getSymbolList()
getSymbolList
in interface AlignmentElement
Copyright © 2014 BioJava. All rights reserved.