jebl.evolution.sequences
Class NucleotideState

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

public final class NucleotideState
extends State

Version:
$Id: NucleotideState.java 924 2008-06-18 05:58:28Z matt_kearse $
Author:
Andrew Rambaut, Alexei Drummond

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

Method Detail

compareTo

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

isGap

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


http://code.google.com/p/jebl2/