| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.vocab |
Vocabulary package
|
| 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 |
|---|---|
default boolean |
OWLSignature.containsEntitiesOfTypeInSignature(EntityType<?> type)
Determine whether the instance has entities of the specified type in its signature - e.g.,
whether an ontology has classes, object propertyies, or named individuals in its signature.
|
boolean |
OWLSignature.containsEntitiesOfTypeInSignature(EntityType<?> type,
Imports includeImportsClosure)
Determine whether the instance has entities of the specified type in its signature or in its
import closure - e.g., whether an ontology has classes, object propertyies, or named
individuals in its signature.
|
default boolean |
OWLOntology.containsEntitiesOfTypeInSignature(EntityType<?> type,
Imports includeImportsClosure) |
<E extends OWLEntity> |
OWLEntityByTypeProvider.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() |
EntityType<?> |
TIMEVocabulary.getEntityType() |
EntityType<?> |
PROVVocabulary.getEntityType() |
Copyright © 2018 The University of Manchester. All rights reserved.