| Package | Description |
|---|---|
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.vocab |
| Modifier and Type | Field and Description |
|---|---|
static EntityType<OWLAnnotationProperty> |
EntityType.ANNOTATION_PROPERTY
annotation property entity
|
static EntityType<OWLClass> |
EntityType.CLASS
class entity
|
static EntityType<OWLDataProperty> |
EntityType.DATA_PROPERTY
data property entity
|
static EntityType<OWLDatatype> |
EntityType.DATATYPE
datatype entity
|
static EntityType<OWLNamedIndividual> |
EntityType.NAMED_INDIVIDUAL
named individual entity
|
static EntityType<OWLObjectProperty> |
EntityType.OBJECT_PROPERTY
object property entity
|
| Modifier and Type | Method and Description |
|---|---|
EntityType<?> |
OWLEntity.getEntityType()
Gets the entity type for this entity
|
| Modifier and Type | Method and Description |
|---|---|
static List<EntityType<?>> |
EntityType.values() |
| Modifier and Type | Method and Description |
|---|---|
<E extends OWLEntity> |
OWLEntity.getOWLEntity(EntityType<E> entityType)
Deprecated.
use a datafactory instead
|
<E extends OWLEntity> |
OWLEntityByTypeProvider.getOWLEntity(EntityType<E> entityType,
IRI iri)
Gets an entity that has the specified IRI and is of the specified type.
|
<E extends OWLEntity> |
OWLDataFactory.getOWLEntity(EntityType<E> entityType,
IRI iri)
Gets an entity that has the specified IRI and is of the specified type.
|
boolean |
OWLEntity.isType(EntityType<?> entityType)
Tests to see if this entity is of the specified type
|
| Modifier and Type | Method and Description |
|---|---|
EntityType<?> |
SKOSVocabulary.getEntityType() |
Copyright © 2014 The University of Manchester. All Rights Reserved.