trans.misc
Class GCRatio

java.lang.Object
  extended bytrans.misc.GCRatio
All Implemented Interfaces:
java.lang.Comparable

public class GCRatio
extends java.lang.Object
implements java.lang.Comparable

Container for a ratio and associated %GC content for a particular oligo.


Constructor Summary
GCRatio(double ratio, int gc)
           
 
Method Summary
 int compareTo(java.lang.Object obj)
           
 int getGc()
           
 double getRatio()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GCRatio

public GCRatio(double ratio,
               int gc)
Method Detail

compareTo

public int compareTo(java.lang.Object obj)
Specified by:
compareTo in interface java.lang.Comparable

getGc

public int getGc()

getRatio

public double getRatio()