public class EntityImpl<E> extends Object implements Entity<E>
Type | Property and Description |
---|---|
boolean |
isData
Gets the value of the property dataProperty.
|
boolean |
isObject
Gets the value of the property objectProperty.
|
boolean |
is
Gets the value of the property property.
|
Modifier and Type | Field and Description |
---|---|
private E |
obj |
private fr.inrialpes.exmo.ontowrap.LoadedOntology<E> |
onto |
Constructor and Description |
---|
EntityImpl(fr.inrialpes.exmo.ontowrap.LoadedOntology<E> ont,
E e) |
Modifier and Type | Method and Description |
---|---|
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()
Gets the value of the property dataProperty.
|
boolean |
isIndividual() |
boolean |
isObjectProperty()
Gets the value of the property objectProperty.
|
boolean |
isProperty()
Gets the value of the property property.
|
public boolean isDataProperty
isDataProperty
in interface Entity<E>
public boolean isObjectProperty
isObjectProperty
in interface Entity<E>
public boolean isProperty
isProperty
in interface Entity<E>
public Set<String> getAnnotations(String lang)
getAnnotations
in interface Entity<E>
public Set<String> getComments(String lang)
getComments
in interface Entity<E>
public fr.inrialpes.exmo.ontowrap.LoadedOntology<E> getOntology()
getOntology
in interface Entity<E>
public boolean isDataProperty()
isDataProperty
in interface Entity<E>
public boolean isIndividual()
isIndividual
in interface Entity<E>
public boolean isObjectProperty()
isObjectProperty
in interface Entity<E>
public boolean isProperty()
isProperty
in interface Entity<E>
(C) INRIA, Univ. Grenoble Alpes & friends, 2008-2017