baobab.bio.permutation.counter
Class PermutationCounterComparator

java.lang.Object
  extended by baobab.bio.permutation.counter.PermutationCounterComparator
All Implemented Interfaces:
java.util.Comparator<PermutationCounter>

public class PermutationCounterComparator
extends java.lang.Object
implements java.util.Comparator<PermutationCounter>

The TraceComparator class represents a comparator of traces.

Author:
Marilia Dias Vieira Braga

Constructor Summary
PermutationCounterComparator()
           
 
Method Summary
 int compare(PermutationCounter counter1, PermutationCounter counter2)
           
 
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

PermutationCounterComparator

public PermutationCounterComparator()
Method Detail

compare

public int compare(PermutationCounter counter1,
                   PermutationCounter counter2)
Specified by:
compare in interface java.util.Comparator<PermutationCounter>