OntoSim 2.1

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

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

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

Fields in fr.inrialpes.exmo.ontosim.entity with type parameters of type HLEntity
private  SetMeasure<HLEntity<E>> NeighborhoodEntityMeasure.initialM
           
 

Methods in fr.inrialpes.exmo.ontosim.entity with parameters of type HLEntity
 double NeighborhoodEntityMeasure.getDissim(HLEntity<E> o1, HLEntity<E> o2)
           
 double NeighborhoodEntityMeasure.getDissim(HLEntity<E> o1, HLEntity<E> o2)
           
 double NeighborhoodEntityMeasure.getMeasureValue(HLEntity<E> o1, HLEntity<E> o2)
           
 double NeighborhoodEntityMeasure.getMeasureValue(HLEntity<E> o1, HLEntity<E> o2)
           
 double NeighborhoodEntityMeasure.getSim(HLEntity<E> o1, HLEntity<E> o2)
           
 double NeighborhoodEntityMeasure.getSim(HLEntity<E> o1, HLEntity<E> o2)
           
 

Method parameters in fr.inrialpes.exmo.ontosim.entity with type arguments of type HLEntity
protected  void NeighborhoodEntityMeasure.getVal(Set<? extends HLEntity<E>> s1, Set<? extends HLEntity<E>> s2, List<Double> values)
           
protected  void NeighborhoodEntityMeasure.getVal(Set<? extends HLEntity<E>> s1, Set<? extends HLEntity<E>> s2, List<Double> values)
           
 

Constructor parameters in fr.inrialpes.exmo.ontosim.entity with type arguments of type HLEntity
NeighborhoodEntityMeasure(SetMeasure<HLEntity<E>> intialM)
           
 

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

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

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

Fields in fr.inrialpes.exmo.ontosim.entity.model with type parameters of type HLEntity
private  Map<E,Reference<HLEntity<E>>> HLEntityFactory.cache
           
 

Methods in fr.inrialpes.exmo.ontosim.entity.model that return HLEntity
 HLEntity<E> HLEntityFactory.createHLEntity(E obj)
           
 

Methods in fr.inrialpes.exmo.ontosim.entity.model that return types with arguments of type HLEntity
protected  Set<? extends HLEntity<E>> HLEntityFactory.getFrom(Set<E> entities)
           
 


OntoSim 2.1

(C) INRIA & friends, 2008-2009