fr.inrialpes.exmo.ontosim.entity.model
Interface Entity<E>
- All Known Subinterfaces:
- HLClass<E>, HLEntity<E>, HLIndividual<E>, HLProperty<E>
- All Known Implementing Classes:
- EntityImpl, HLClassImpl, HLEntityImpl, HLIndividualImpl, HLPropertyImpl
public interface Entity<E>
getURI
URI getURI()
getLabels
Set<String> getLabels(String lang)
getComments
Set<String> getComments(String lang)
getOntology
fr.inrialpes.exmo.ontowrap.LoadedOntology<E> getOntology()
getAnnotations
Set<String> getAnnotations(String lang)
getObject
E getObject()
isClass
boolean isClass()
isProperty
boolean isProperty()
isDataProperty
boolean isDataProperty()
isObjectProperty
boolean isObjectProperty()
isIndividual
boolean isIndividual()
(C) INRIA, UPMF & friends, 2008-2011