trans.cel
Class MultiSetQuantile

java.lang.Object
  extended bytrans.cel.MultiSetQuantile
All Implemented Interfaces:
java.io.Serializable

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

Class holding info relating to one quantile value. Stripped for size.

See Also:
Serialized Form

Constructor Summary
MultiSetQuantile(byte chromosomeNumber, int position, float value)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MultiSetQuantile

public MultiSetQuantile(byte chromosomeNumber,
                        int position,
                        float value)
Method Detail

toString

public java.lang.String toString()