trans.main
Class SubWindow

java.lang.Object
  extended bytrans.main.SubWindow
All Implemented Interfaces:
java.io.Serializable

public class SubWindow
extends java.lang.Object
implements java.io.Serializable

Class to hold information about a subWindow.

See Also:
Serialized Form

Constructor Summary
SubWindow(int index, double medianRatio)
           
 
Method Summary
 int getIndex()
           
 double getMedianRatio()
           
 Oligo[] getOligos()
           
 void setOligos(Oligo[] oligos)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubWindow

public SubWindow(int index,
                 double medianRatio)
Method Detail

getOligos

public Oligo[] getOligos()

getMedianRatio

public double getMedianRatio()

setOligos

public void setOligos(Oligo[] oligos)

getIndex

public int getIndex()