jebl.evolution.sequences
Class NucleotideState

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

public final class NucleotideState
extends State

Author:
Andrew Rambaut, Alexei Drummond

Method Summary
 int compareTo(Object o)
           
 int hashCode()
           
 boolean isGap()
           
 
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