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

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

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

The default profile comparison. Profiles are by default ordered based on first the cluster ID, then p-value, then number of genes assigned, then number expected then profile ID


Constructor Summary
MAINGUI2.ProfileComparator()
           
 
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.ProfileComparator

public MAINGUI2.ProfileComparator()
Method Detail

compare

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