fr.inrialpes.exmo.ontosim.entity.model
Class EntityImpl<E>
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
onto
private fr.inrialpes.exmo.align.onto.LoadedOntology<E> onto
obj
private E obj
EntityImpl
public EntityImpl(fr.inrialpes.exmo.align.onto.LoadedOntology<E> ont,
E e)
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>
(C) INRIA & friends, 2008-2009