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

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

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

Compares profiles based on expectected number of genes assigned then by ID


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

public MAINGUI2.ProfileexpComparator()
Method Detail

compare

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