OntoSim 1.0

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

All Known Implementing Classes:
EntityImpl

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.align.onto.LoadedOntology<E> getOntology()
           
 URI getURI()
           
 

Method Detail

getURI

URI getURI()

getLabels

Set<String> getLabels(String lang)

getComments

Set<String> getComments(String lang)

getOntology

fr.inrialpes.exmo.align.onto.LoadedOntology<E> getOntology()

getAnnotations

Set<String> getAnnotations(String lang)

getObject

E getObject()

OntoSim 1.0

(C) INRIA & friends, 2008-2009