PIP.Domains
Class HighestResolutionInteractionComp

java.lang.Object
  extended by PIP.Domains.HighestResolutionInteractionComp
All Implemented Interfaces:
java.util.Comparator<DomainInteraction>

public class HighestResolutionInteractionComp
extends java.lang.Object
implements java.util.Comparator<DomainInteraction>


Constructor Summary
HighestResolutionInteractionComp()
           
 
Method Summary
 int compare(DomainInteraction di0, DomainInteraction di1)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

HighestResolutionInteractionComp

public HighestResolutionInteractionComp()
Method Detail

compare

public int compare(DomainInteraction di0,
                   DomainInteraction di1)
Specified by:
compare in interface java.util.Comparator<DomainInteraction>