genomicsnpanalyzer
Class report
java.lang.Object
genomicsnpanalyzer.report
- All Implemented Interfaces:
- java.lang.Comparable
public class report
- extends java.lang.Object
- implements java.lang.Comparable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
strComparator
public static java.util.Comparator strComparator
num2Comparator
public static java.util.Comparator num2Comparator
report
public report()
setNVal
public void setNVal(int par)
getNVal
public int getNVal()
setIdxSort
public void setIdxSort(int par)
set2IdxSort
public void set2IdxSort(int par1,
int par2)
setValue
public void setValue(int i,
java.lang.String par)
getValue
public java.lang.String getValue(int i)
getSortValue
public double getSortValue()
getStrSortValue
public java.lang.String getStrSortValue()
getStr1SortValue
public java.lang.String getStr1SortValue()
getStr2SortValue
public java.lang.String getStr2SortValue()
compareTo
public int compareTo(java.lang.Object anotheReport)
throws java.lang.ClassCastException
- Specified by:
compareTo in interface java.lang.Comparable
- Throws:
java.lang.ClassCastException