jebl.evolution.sequences
public interface Sequence extends Attributable, java.lang.Comparable
Attributable.Utils
Modifier and Type | Method and Description |
---|---|
int |
getLength()
Get the length of the sequence
|
SequenceType |
getSequenceType() |
State |
getState(int site) |
byte[] |
getStateIndices() |
State[] |
getStates() |
java.lang.String |
getString() |
Taxon |
getTaxon() |
getAttribute, getAttributeMap, getAttributeNames, removeAttribute, setAttribute
Taxon getTaxon()
SequenceType getSequenceType()
java.lang.String getString()
State[] getStates()
byte[] getStateIndices()
State getState(int site)
int getLength()
http://code.google.com/p/jebl2/