Package jebl.evolution.sequences
Class CodonState
- java.lang.Object
-
- jebl.evolution.sequences.State
-
- jebl.evolution.sequences.CodonState
-
- All Implemented Interfaces:
java.lang.Comparable
public final class CodonState extends State
As of 2007-07-30, instances of this class are only constructed for non-ambigous nucleotide triplets - seeCodons
.- Version:
- $Id: CodonState.java 810 2007-10-12 00:40:45Z twobeers $
- Author:
- Andrew Rambaut, Alexei Drummond
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SequenceType
getType()
boolean
isGap()
-
Methods inherited from class jebl.evolution.sequences.State
compareTo, fractionEqual, getCanonicalStates, getCode, getFullName, getIndex, getName, isAmbiguous, possiblyEqual, toString
-
-
-
-
Method Detail
-
getType
public SequenceType getType()
-
-