edu.cmu.cs.sb.stem
Class MAINGUI2.ProfilesigComparator

java.lang.Object
  extended by edu.cmu.cs.sb.stem.MAINGUI2.ProfilesigComparator
All Implemented Interfaces:
java.util.Comparator
Enclosing class:
MAINGUI2

public static class MAINGUI2.ProfilesigComparator
extends java.lang.Object
implements java.util.Comparator

Compares profiles based on the p-valu signficance, then based on number of genes assigned, number expected, and then ID


Constructor Summary
MAINGUI2.ProfilesigComparator()
           
 
Method Summary
 int compare(java.lang.Object o1, java.lang.Object o2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

MAINGUI2.ProfilesigComparator

public MAINGUI2.ProfilesigComparator()
Method Detail

compare

public int compare(java.lang.Object o1,
                   java.lang.Object o2)
Specified by:
compare in interface java.util.Comparator