OntoSim 2.3

fr.inrialpes.exmo.ontosim.extractor
Class GreedyExtractor.EntryComp<T>

java.lang.Object
  extended by fr.inrialpes.exmo.ontosim.extractor.GreedyExtractor.EntryComp<T>
All Implemented Interfaces:
Comparator<Matching.Entry<T>>
Enclosing class:
GreedyExtractor

private static class GreedyExtractor.EntryComp<T>
extends Object
implements Comparator<Matching.Entry<T>>


Field Summary
(package private)  Measure<T> m
           
 
Constructor Summary
GreedyExtractor.EntryComp(Measure<T> m)
           
 
Method Summary
 int compare(Matching.Entry<T> o1, Matching.Entry<T> 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
 

Field Detail

m

Measure<T> m
Constructor Detail

GreedyExtractor.EntryComp

public GreedyExtractor.EntryComp(Measure<T> m)
Method Detail

compare

public int compare(Matching.Entry<T> o1,
                   Matching.Entry<T> o2)
Specified by:
compare in interface Comparator<Matching.Entry<T>>

OntoSim 2.3

(C) INRIA, UPMF & friends, 2008-2011