OntoSim 2.1

fr.inrialpes.exmo.ontosim.entity.model
Interface HLProperty<E>

All Superinterfaces:
Entity<E>, HLEntity<E>
All Known Implementing Classes:
HLPropertyImpl

public interface HLProperty<E>
extends HLEntity<E>


Method Summary
 Set<HLClass<E>> getDomain(int asserted)
           
 Set<HLClass<E>> getRange(int asserted)
           
 Set<HLProperty<E>> getSubProperties(int local, int asserted, int named)
           
 Set<HLProperty<E>> getSuperProperties(int local, int asserted, int named)
           
 
Methods inherited from interface fr.inrialpes.exmo.ontosim.entity.model.HLEntity
getOntology
 
Methods inherited from interface fr.inrialpes.exmo.ontosim.entity.model.Entity
getAnnotations, getComments, getLabels, getObject, getURI, isClass, isDataProperty, isIndividual, isObjectProperty, isProperty
 

Method Detail

getSubProperties

Set<HLProperty<E>> getSubProperties(int local,
                                    int asserted,
                                    int named)

getSuperProperties

Set<HLProperty<E>> getSuperProperties(int local,
                                      int asserted,
                                      int named)

getRange

Set<HLClass<E>> getRange(int asserted)

getDomain

Set<HLClass<E>> getDomain(int asserted)

OntoSim 2.1

(C) INRIA & friends, 2008-2009