OntoSim 2.3

Uses of Class
fr.inrialpes.exmo.ontosim.extractor.matching.Matching.Entry

Packages that use Matching.Entry
fr.inrialpes.exmo.ontosim.extractor   
fr.inrialpes.exmo.ontosim.extractor.matching   
 

Uses of Matching.Entry in fr.inrialpes.exmo.ontosim.extractor
 

Methods in fr.inrialpes.exmo.ontosim.extractor that return types with arguments of type Matching.Entry
 Iterator<Matching.Entry<O>> DummyExtractor.DummyMatching.iterator()
           
 

Methods in fr.inrialpes.exmo.ontosim.extractor with parameters of type Matching.Entry
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)
           
 

Method parameters in fr.inrialpes.exmo.ontosim.extractor with type arguments of type Matching.Entry
private static
<T> void
GreedyExtractor.add(Map<T,Set<Matching.Entry<T>>> m, T e, Matching.Entry<T> ent)
           
 

Uses of Matching.Entry in fr.inrialpes.exmo.ontosim.extractor.matching
 

Fields in fr.inrialpes.exmo.ontosim.extractor.matching with type parameters of type Matching.Entry
private  Collection<Matching.Entry<O>> BasicMatching.entriesList
           
 

Methods in fr.inrialpes.exmo.ontosim.extractor.matching that return types with arguments of type Matching.Entry
 Iterator<Matching.Entry<O>> BasicMatching.iterator()
           
 

Methods in fr.inrialpes.exmo.ontosim.extractor.matching with parameters of type Matching.Entry
 boolean BasicMatching.add(Matching.Entry<O> entry)
           
 

Method parameters in fr.inrialpes.exmo.ontosim.extractor.matching with type arguments of type Matching.Entry
 void BasicMatching.addAll(Set<Matching.Entry<O>> entries)
           
 

Constructor parameters in fr.inrialpes.exmo.ontosim.extractor.matching with type arguments of type Matching.Entry
BasicMatching(Collection<Matching.Entry<O>> s)
           
 


OntoSim 2.3

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