OntoSim 1.0

fr.inrialpes.exmo.ontosim.entity.model
Class EntityImpl<E>

java.lang.Object
  extended by fr.inrialpes.exmo.ontosim.entity.model.EntityImpl<E>
All Implemented Interfaces:
Entity<E>

public class EntityImpl<E>
extends Object
implements Entity<E>


Field Summary
private  E obj
           
private  fr.inrialpes.exmo.align.onto.LoadedOntology<E> onto
           
 
Constructor Summary
EntityImpl(fr.inrialpes.exmo.align.onto.LoadedOntology<E> ont, E 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

onto

private fr.inrialpes.exmo.align.onto.LoadedOntology<E> onto

obj

private E obj
Constructor Detail

EntityImpl

public EntityImpl(fr.inrialpes.exmo.align.onto.LoadedOntology<E> ont,
                  E e)
Method Detail

getAnnotations

public Set<String> getAnnotations(String lang)
Specified by:
getAnnotations in interface Entity<E>

getComments

public Set<String> getComments(String lang)
Specified by:
getComments in interface Entity<E>

getLabels

public Set<String> getLabels(String lang)
Specified by:
getLabels in interface Entity<E>

getObject

public E getObject()
Specified by:
getObject in interface Entity<E>

getOntology

public fr.inrialpes.exmo.align.onto.LoadedOntology<E> getOntology()
Specified by:
getOntology in interface Entity<E>

getURI

public URI getURI()
Specified by:
getURI in interface Entity<E>

OntoSim 1.0

(C) INRIA & friends, 2008-2009