public interface 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 | 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.
|
boolean isProperty
boolean isDataProperty
boolean isObjectProperty
URI getURI()
fr.inrialpes.exmo.ontowrap.LoadedOntology<E> getOntology()
E getObject()
boolean isClass()
boolean isProperty()
boolean isDataProperty()
boolean isObjectProperty()
boolean isIndividual()
(C) INRIA, UPMF & friends, 2008-2015