public class ExplanationComparator<E> extends Object implements Comparator<Explanation<E>>
| Constructor and Description |
|---|
ExplanationComparator(HittingSetTree<E> hittingSetTree) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Explanation<E> o1,
Explanation<E> o2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic ExplanationComparator(HittingSetTree<E> hittingSetTree)
public int compare(Explanation<E> o1, Explanation<E> o2)
compare in interface Comparator<Explanation<E>>Copyright © 2014. All rights reserved.