fr.inrialpes.exmo.ontosim.extractor
Class GreedyExtractor
java.lang.Object
fr.inrialpes.exmo.ontosim.extractor.AbstractExtractor
fr.inrialpes.exmo.ontosim.extractor.GreedyExtractor
- All Implemented Interfaces:
- Extractor
public class GreedyExtractor
- extends AbstractExtractor
To be revised : it doesn't work
- Author:
- jerome
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GreedyExtractor
public GreedyExtractor()
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,
Set<? extends O> s,
Set<? extends O> t)
- Specified by:
extract
in interface Extractor
- Specified by:
extract
in class AbstractExtractor
(C) INRIA, UPMF & friends, 2008-2011