OntoSim 2.4

fr.inrialpes.exmo.ontosim.extractor
Class GreedyExtractor

java.lang.Object
  extended by fr.inrialpes.exmo.ontosim.extractor.AbstractExtractor
      extended by fr.inrialpes.exmo.ontosim.extractor.GreedyExtractor
All Implemented Interfaces:
Extractor

public class GreedyExtractor
extends AbstractExtractor

To be revised : it doesn't work

Author:
jerome

Nested Class Summary
private static class GreedyExtractor.EntryComp<T>
           
 
Constructor Summary
GreedyExtractor()
           
 
Method Summary
private static
<T> void
add(Map<T,Set<Matching.Entry<T>>> m, T e, Matching.Entry<T> ent)
           
<O> Matching<O>
extract(Measure<O> m, Collection<? extends O> s, Collection<? extends O> t)
           
 
Methods inherited from class fr.inrialpes.exmo.ontosim.extractor.AbstractExtractor
extract
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GreedyExtractor

public GreedyExtractor()
Method Detail

add

private static <T> void add(Map<T,Set<Matching.Entry<T>>> m,
                            T e,
                            Matching.Entry<T> ent)

extract

public <O> Matching<O> extract(Measure<O> m,
                               Collection<? extends O> s,
                               Collection<? extends O> t)
Specified by:
extract in interface Extractor
Specified by:
extract in class AbstractExtractor

OntoSim 2.4

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