jebl.evolution.sequences
Class AminoAcidState

java.lang.Object
  extended by jebl.evolution.sequences.State
      extended by jebl.evolution.sequences.AminoAcidState
All Implemented Interfaces:
Comparable

public final class AminoAcidState
extends State

Author:
Andrew Rambaut, Alexei Drummond

Method Summary
 int compareTo(Object o)
           
 int hashCode()
           
 boolean isGap()
           
 boolean isStop()
           
 
Methods inherited from class jebl.evolution.sequences.State
equals, getCanonicalStates, getCode, getIndex, getName, isAmbiguous, possiblyEqual, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable
Overrides:
compareTo in class State

hashCode

public int hashCode()
Overrides:
hashCode in class State

isGap

public boolean isGap()
Specified by:
isGap in class State

isStop

public boolean isStop()