OntoSim 2.2

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>


Method Summary
 Set<String> getAnnotations(String lang)
           
 Set<String> getComments(String lang)
           
 Set<String> getLabels(String lang)
           
 E getObject()
           
 fr.inrialpes.exmo.ontowrap.LoadedOntology<E> getOntology()
           
 URI getURI()
           
 boolean isClass()
           
 boolean isDataProperty()
           
 boolean isIndividual()
           
 boolean isObjectProperty()
           
 boolean isProperty()
           
 

Method Detail

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()

OntoSim 2.2

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