Package | Description |
---|---|
fr.inrialpes.exmo.ontosim.extractor | |
fr.inrialpes.exmo.ontosim.extractor.matching |
Modifier and Type | Method and Description |
---|---|
Iterator<Matching.Entry<O>> |
DummyExtractor.DummyMatching.iterator() |
Modifier and Type | Method and Description |
---|---|
private static <T> void |
GreedyExtractor.add(Map<T,Set<Matching.Entry<T>>> m,
T e,
Matching.Entry<T> ent) |
int |
GreedyExtractor.EntryComp.compare(Matching.Entry<T> o1,
Matching.Entry<T> o2) |
int |
GreedyExtractor.EntryComp.compare(Matching.Entry<T> o1,
Matching.Entry<T> o2) |
Modifier and Type | Method and Description |
---|---|
private static <T> void |
GreedyExtractor.add(Map<T,Set<Matching.Entry<T>>> m,
T e,
Matching.Entry<T> ent) |
Modifier and Type | Field and Description |
---|---|
private Collection<Matching.Entry<O>> |
BasicMatching.entriesList |
Modifier and Type | Method and Description |
---|---|
Iterator<Matching.Entry<O>> |
BasicMatching.iterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
BasicMatching.add(Matching.Entry<O> entry) |
Modifier and Type | Method and Description |
---|---|
void |
BasicMatching.addAll(Set<Matching.Entry<O>> entries) |
Constructor and Description |
---|
BasicMatching(Collection<Matching.Entry<O>> s) |
(C) INRIA, UPMF & friends, 2008-2015