OntoSim 2.3

Uses of Interface
fr.inrialpes.exmo.ontosim.entity.model.Entity

Packages that use Entity
fr.inrialpes.exmo.ontosim   
fr.inrialpes.exmo.ontosim.entity   
fr.inrialpes.exmo.ontosim.entity.model   
 

Uses of Entity in fr.inrialpes.exmo.ontosim
 

Fields in fr.inrialpes.exmo.ontosim with type parameters of type Entity
private  SetMeasure<Entity<?>> OntologySpaceMeasure.globalMeasure
           
 

Methods in fr.inrialpes.exmo.ontosim that return types with arguments of type Entity
private  Set<Entity<?>> OntologySpaceMeasure.getEntities(fr.inrialpes.exmo.ontowrap.LoadedOntology<?> o1)
           
 SetMeasure<Entity<?>> OntologySpaceMeasure.getGlobalMeasure()
           
 Measure<Entity<?>> OntologySpaceMeasure.getLocalMeasure()
           
 

Constructor parameters in fr.inrialpes.exmo.ontosim with type arguments of type Entity
OntologySpaceMeasure(SetMeasure<Entity<?>> globalMeasure)
           
 

Uses of Entity in fr.inrialpes.exmo.ontosim.entity
 

Methods in fr.inrialpes.exmo.ontosim.entity with parameters of type Entity
 double AlignmentEntitySim.getDissim(Entity<?> e1, Entity<?> e2)
           
 double AlignmentEntitySim.getDissim(Entity<?> e1, Entity<?> e2)
           
 double EntityLexicalMeasure.getDissim(Entity<E> e1, Entity<E> e2)
           
 double EntityLexicalMeasure.getDissim(Entity<E> e1, Entity<E> e2)
           
 double TripleBasedEntitySim.getDissim(Entity<com.hp.hpl.jena.ontology.OntResource> e1, Entity<com.hp.hpl.jena.ontology.OntResource> e2)
           
 double TripleBasedEntitySim.getDissim(Entity<com.hp.hpl.jena.ontology.OntResource> e1, Entity<com.hp.hpl.jena.ontology.OntResource> e2)
           
 double OLAEntitySim.getDissim(Entity<org.semanticweb.owl.model.OWLEntity> e1, Entity<org.semanticweb.owl.model.OWLEntity> e2)
           
 double OLAEntitySim.getDissim(Entity<org.semanticweb.owl.model.OWLEntity> e1, Entity<org.semanticweb.owl.model.OWLEntity> e2)
           
 double AlignmentEntitySim.getMeasureValue(Entity<?> e1, Entity<?> e2)
           
 double AlignmentEntitySim.getMeasureValue(Entity<?> e1, Entity<?> e2)
           
 double EntityLexicalMeasure.getMeasureValue(Entity<E> e1, Entity<E> e2)
           
 double EntityLexicalMeasure.getMeasureValue(Entity<E> e1, Entity<E> e2)
           
 double TripleBasedEntitySim.getMeasureValue(Entity<com.hp.hpl.jena.ontology.OntResource> e1, Entity<com.hp.hpl.jena.ontology.OntResource> e2)
           
 double TripleBasedEntitySim.getMeasureValue(Entity<com.hp.hpl.jena.ontology.OntResource> e1, Entity<com.hp.hpl.jena.ontology.OntResource> e2)
           
 double OLAEntitySim.getMeasureValue(Entity<org.semanticweb.owl.model.OWLEntity> e1, Entity<org.semanticweb.owl.model.OWLEntity> e2)
           
 double OLAEntitySim.getMeasureValue(Entity<org.semanticweb.owl.model.OWLEntity> e1, Entity<org.semanticweb.owl.model.OWLEntity> e2)
           
 double AlignmentEntitySim.getSim(Entity<?> e1, Entity<?> e2)
           
 double AlignmentEntitySim.getSim(Entity<?> e1, Entity<?> e2)
           
 double EntityLexicalMeasure.getSim(Entity<E> e1, Entity<E> e2)
           
 double EntityLexicalMeasure.getSim(Entity<E> e1, Entity<E> e2)
           
 double TripleBasedEntitySim.getSim(Entity<com.hp.hpl.jena.ontology.OntResource> e1, Entity<com.hp.hpl.jena.ontology.OntResource> e2)
           
 double TripleBasedEntitySim.getSim(Entity<com.hp.hpl.jena.ontology.OntResource> e1, Entity<com.hp.hpl.jena.ontology.OntResource> e2)
           
 double OLAEntitySim.getSim(Entity<org.semanticweb.owl.model.OWLEntity> e1, Entity<org.semanticweb.owl.model.OWLEntity> e2)
           
 double OLAEntitySim.getSim(Entity<org.semanticweb.owl.model.OWLEntity> e1, Entity<org.semanticweb.owl.model.OWLEntity> e2)
           
 

Uses of Entity in fr.inrialpes.exmo.ontosim.entity.model
 

Subinterfaces of Entity in fr.inrialpes.exmo.ontosim.entity.model
 interface HLClass<E>
           
 interface HLEntity<E>
           
 interface HLIndividual<E>
           
 interface HLProperty<E>
           
 

Classes in fr.inrialpes.exmo.ontosim.entity.model that implement Entity
 class EntityImpl<E>
           
 class HLClassImpl<E>
           
 class HLEntityImpl<E>
           
 class HLIndividualImpl<E>
           
 class HLPropertyImpl<E>
           
 


OntoSim 2.3

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