OntoSim 2.2

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

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

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

Methods in fr.inrialpes.exmo.ontosim.entity with parameters of type HLClass
protected  List<Double> NeighborhoodEntityMeasure.getVals(HLClass<E> e1, HLClass<E> e2)
           
protected  List<Double> NeighborhoodEntityMeasure.getVals(HLClass<E> e1, HLClass<E> e2)
           
 

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

Classes in fr.inrialpes.exmo.ontosim.entity.model that implement HLClass
 class HLClassImpl<E>
           
 

Fields in fr.inrialpes.exmo.ontosim.entity.model with type parameters of type HLClass
private  List<Reference<Set<HLClass<E>>>> HLIndividualImpl.classes
           
private  List<Reference<Set<HLClass<E>>>> HLPropertyImpl.domains
           
private  List<Reference<Set<HLClass<E>>>> HLPropertyImpl.ranges
           
private  List<Reference<Set<HLClass<E>>>> HLClassImpl.subclasses
           
private  List<Reference<Set<HLClass<E>>>> HLClassImpl.superclasses
           
 

Methods in fr.inrialpes.exmo.ontosim.entity.model that return types with arguments of type HLClass
 Set<HLClass<E>> HLIndividualImpl.getClasses(int local, int asserted, int named)
           
 Set<HLClass<E>> HLIndividual.getClasses(int local, int asserted, int named)
           
 Set<HLClass<E>> HLPropertyImpl.getDomain(int asserted)
           
 Set<HLClass<E>> HLProperty.getDomain(int asserted)
           
 Set<HLClass<E>> HLPropertyImpl.getRange(int asserted)
           
 Set<HLClass<E>> HLProperty.getRange(int asserted)
           
 Set<HLClass<E>> HLClassImpl.getSubClasses(int local, int asserted, int named)
           
 Set<HLClass<E>> HLClass.getSubClasses(int local, int asserted, int named)
           
 Set<HLClass<E>> HLClassImpl.getSuperClasses(int local, int asserted, int named)
           
 Set<HLClass<E>> HLClass.getSuperClasses(int local, int asserted, int named)
           
 


OntoSim 2.2

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