| Package | Description |
|---|---|
| org.semanticweb.owlapi.change |
Ontology change classes.
|
| org.semanticweb.owlapi.io |
Ontology parsing and saving classes.
|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.profiles.violations | |
| org.semanticweb.owlapi.reasoner |
OWLReasoner package
|
| org.semanticweb.owlapi.search |
Search utulities package
|
| org.semanticweb.owlapi.util |
Utilities package
|
| Modifier and Type | Method and Description |
|---|---|
Set<OWLEntity> |
SetOntologyIDData.getSignature() |
Set<OWLEntity> |
OntologyAnnotationChangeData.getSignature() |
Set<OWLEntity> |
ImportChangeData.getSignature() |
Set<OWLEntity> |
AxiomChangeData.getSignature() |
| Modifier and Type | Method and Description |
|---|---|
OWLEntity |
RDFResourceParseError.getParserGeneratedErrorEntity() |
| Constructor and Description |
|---|
RDFResourceParseError(OWLEntity parserGeneratedErrorEntity,
RDFNode mainNode,
Set<RDFTriple> mainNodeTriples) |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityType<E extends OWLEntity>
Represents the different types of OWL 2 Entities.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OWLAnnotationProperty
Represents an AnnotationProperty in the OWL 2 specification.
|
interface |
OWLClass
Represents a Class in
the OWL 2 specification.
|
interface |
OWLDataProperty
Represents a Data
Property in the OWL 2 Specification.
|
interface |
OWLDatatype
Represents a Datatype (named data
range) in the OWL 2 Specification.
|
interface |
OWLLogicalEntity
An
OWLLogicalEntity is an OWLEntity that is not an
OWLAnnotationProperty. |
interface |
OWLNamedIndividual
Represents a Named
Individual in the OWL 2 Specification.
|
interface |
OWLObjectProperty
Represents an Object
Property in the OWL 2 Specification.
|
interface |
OWLProperty
A marker interface for properties that aren't expression i.e.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends OWLEntity> |
OWLEntityByTypeProvider.getOWLEntity(EntityType<E> entityType,
IRI iri)
Gets an entity that has the specified IRI and is of the specified type.
|
| Modifier and Type | Method and Description |
|---|---|
OWLEntity |
OWLDeclarationAxiom.getEntity() |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLEntity> |
HasGetEntitiesInSignature.getEntitiesInSignature(IRI entityIRI) |
Set<OWLEntity> |
OWLSignatureBooleanArgs.getEntitiesInSignature(IRI iri,
boolean includeImportsClosure)
Deprecated.
|
Set<OWLEntity> |
OWLSignature.getEntitiesInSignature(IRI iri,
Imports includeImportsClosure)
Gets the entities in the signature that have the specified IRI.
|
Set<OWLEntity> |
SetOntologyID.getSignature() |
Set<OWLEntity> |
RemoveImport.getSignature() |
abstract Set<OWLEntity> |
OWLOntologyChange.getSignature()
Gets the signature of this ontology change.
|
Set<OWLEntity> |
OWLOntology.getSignature()
Gets the entities that are in the signature of this ontology.
|
Set<OWLEntity> |
OWLAxiomChange.getSignature() |
Set<OWLEntity> |
IRI.getSignature() |
Set<OWLEntity> |
ImportChange.getSignature() |
Set<OWLEntity> |
HasSignature.getSignature()
Gets the signature of this object.
|
Set<OWLEntity> |
AnnotationChange.getSignature() |
Set<OWLEntity> |
OWLOntology.getSignature(Imports includeImportsClosure)
Gets the entities that are in the signature of this ontology.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IRI.containsEntityInSignature(OWLEntity owlEntity) |
boolean |
HasContainsEntityInSignature.containsEntityInSignature(OWLEntity owlEntity)
Determines if the signature of this object contains the specified entity.
|
boolean |
OWLSignatureBooleanArgs.containsEntityInSignature(OWLEntity owlEntity,
boolean includeImportsClosure)
Deprecated.
|
boolean |
OWLSignature.containsEntityInSignature(OWLEntity owlEntity,
Imports includeImportsClosure)
Determines if the signature contains the specified entity.
|
boolean |
OWLSignature.containsReference(OWLEntity entity) |
boolean |
OWLSignatureBooleanArgs.containsReference(OWLEntity entity,
boolean includeImportsClosure)
Deprecated.
|
boolean |
OWLSignature.containsReference(OWLEntity entity,
Imports includeImportsClosure) |
Set<OWLDeclarationAxiom> |
OWLAxiomIndex.getDeclarationAxioms(OWLEntity subject)
Gets the declaration axioms for specified entity.
|
OWLDeclarationAxiom |
OWLDataFactory.getOWLDeclarationAxiom(OWLEntity owlEntity)
Gets a declaration for an entity
|
OWLDeclarationAxiom |
OWLDataFactory.getOWLDeclarationAxiom(OWLEntity owlEntity,
Set<? extends OWLAnnotation> annotations)
Gets a declaration with zero or more annotations for an entity
|
boolean |
OWLOntology.isDeclared(OWLEntity owlEntity)
Determines if this ontology declares an entity i.e.
|
boolean |
OWLOntology.isDeclared(OWLEntity owlEntity,
Imports includeImportsClosure)
Determines if this ontology or its imports closure declares an entity
i.e.
|
static boolean |
OWLDocumentFormatImpl.isMissingType(OWLEntity entity,
OWLOntology ontology)
Determines if a declaration axiom (type triple) needs to be added to the
specified ontology for the given entity.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<IRI> |
OWLDocumentFormatImpl.determineIllegalPunnings(boolean add,
Collection<OWLEntity> signature,
Collection<IRI> punnedEntities) |
| Modifier and Type | Method and Description |
|---|---|
OWLEntity |
UseOfUndeclaredObjectProperty.getEntity() |
OWLEntity |
UseOfUndeclaredDatatype.getEntity() |
OWLEntity |
UseOfUndeclaredDataProperty.getEntity() |
OWLEntity |
UseOfUndeclaredClass.getEntity() |
OWLEntity |
UseOfUndeclaredAnnotationProperty.getEntity() |
OWLEntity |
UndeclaredEntityViolation.getEntity() |
| Modifier and Type | Method and Description |
|---|---|
Collection<OWLEntity> |
FreshEntitiesException.getEntities()
Gets the entities.
|
| Constructor and Description |
|---|
FreshEntitiesException(OWLEntity entity) |
FreshEntitiesException(OWLEntity entity,
Throwable t) |
| Constructor and Description |
|---|
FreshEntitiesException(Collection<OWLEntity> entities) |
FreshEntitiesException(Collection<OWLEntity> entities,
Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<OWLAnnotationAssertionAxiom> |
EntitySearcher.getAnnotationAssertionAxioms(OWLEntity e,
OWLOntology ontology) |
static Collection<OWLAnnotation> |
EntitySearcher.getAnnotationObjects(OWLEntity e,
Iterable<OWLOntology> ontologies)
Obtains the annotations on this entity; this is restricted to the object
of annotation assertion axioms.
|
static Collection<OWLAnnotation> |
EntitySearcher.getAnnotationObjects(OWLEntity e,
Iterable<OWLOntology> ontologies,
OWLAnnotationProperty annotationProperty)
Obtains the annotations on this entity where the annotation has the
specified annotation property; this is restricted to the object of
annotation assertion axioms.
|
static Collection<OWLAnnotation> |
EntitySearcher.getAnnotationObjects(OWLEntity e,
OWLOntology ontology)
Obtains the annotations on this entity; this is restricted to the object
of annotation assertion axioms.
|
static Collection<OWLAnnotation> |
EntitySearcher.getAnnotationObjects(OWLEntity e,
OWLOntology ontology,
OWLAnnotationProperty annotationProperty)
Obtains the annotations on this entity where the annotation has the
specified annotation property; this is restricted to the object of
annotation assertion axioms.
|
static Collection<OWLAnnotation> |
EntitySearcher.getAnnotations(OWLEntity e,
Iterable<OWLOntology> ontologies,
OWLAnnotationProperty annotationProperty)
Obtains the annotations on this entity where the annotation has the
specified annotation property.
|
static Collection<OWLAnnotation> |
EntitySearcher.getAnnotations(OWLEntity e,
OWLOntology ontology)
Gets the annotations for this entity.
|
static Collection<OWLAnnotation> |
EntitySearcher.getAnnotations(OWLEntity e,
OWLOntology ontology,
OWLAnnotationProperty annotationProperty)
Obtains the annotations on this entity where the annotation has the
specified annotation property.
|
static Collection<OWLAxiom> |
EntitySearcher.getReferencingAxioms(OWLEntity e,
OWLOntology ontology)
Gets the axioms in the specified ontology that contain this entity in
their signature.
|
static Collection<OWLAxiom> |
EntitySearcher.getReferencingAxioms(OWLEntity e,
OWLOntology ontology,
boolean includeImports)
Gets the axioms in the specified ontology and possibly its imports
closure that contain this entity in their signature.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InferredEntityAxiomGenerator<E extends OWLEntity,A extends OWLAxiom>
Generates axioms which relate to inferred information for a specific entity.
|
interface |
OWLEntitySetProvider<E extends OWLEntity>
Provides a set of entities to inputs that require this.
|
| Modifier and Type | Method and Description |
|---|---|
OWLEntity |
CachingBidirectionalShortFormProvider.getEntity(String shortForm) |
OWLEntity |
BidirectionalShortFormProvider.getEntity(String shortForm)
A convenience method which gets an entity from its short form.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CachingBidirectionalShortFormProvider.add(OWLEntity entity)
Adds an entity to the cache.
|
List<OWLOntologyChange> |
OWLEntityRenamer.changeIRI(OWLEntity entity,
IRI newIRI)
Changes the IRI of an entity for another IRI.
|
int |
OWLEntityIRIComparator.compare(OWLEntity o1,
OWLEntity o2) |
int |
OWLEntityComparator.compare(OWLEntity o1,
OWLEntity o2) |
IRI |
OWLEntityURIUnderscores2CamelBackConverterStrategy.getConvertedIRI(OWLEntity entity) |
IRI |
OWLEntityURIConverterStrategy.getConvertedIRI(OWLEntity entity) |
IRI |
OWLEntityTinyURIConversionStrategy.getConvertedIRI(OWLEntity entity) |
String |
SimpleShortFormProvider.getShortForm(OWLEntity entity) |
String |
ShortFormProvider.getShortForm(OWLEntity entity)
Gets the short form for the specified entity.
|
String |
QNameShortFormProvider.getShortForm(OWLEntity entity) |
String |
PropertyAssertionValueShortFormProvider.getShortForm(OWLEntity entity) |
String |
DefaultPrefixManager.getShortForm(OWLEntity entity) |
String |
CachingBidirectionalShortFormProvider.getShortForm(OWLEntity entity) |
String |
AnnotationValueShortFormProvider.getShortForm(OWLEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
List<OWLOntologyChange> |
OWLEntityRenamer.changeIRI(Map<OWLEntity,IRI> entity2IRIMap) |
void |
DeprecatedOWLEntityCollector.reset(Set<OWLEntity> toReturn)
Deprecated.
Clears all objects that have accumulated during the course of visiting
axioms, class expressions etc.
|
| Constructor and Description |
|---|
DeprecatedOWLEntityCollector(Set<OWLEntity> toReturn)
Deprecated.
|
DeprecatedOWLEntityCollector(Set<OWLEntity> toReturn,
Collection<OWLAnonymousIndividual> anonsToReturn)
Deprecated.
|
OWLAnnotationPropertyTransformer(Map<OWLEntity,OWLEntity> entityIRIReplacementMap,
OWLDataFactory dataFactory)
Creates an object duplicator that duplicates objects using the specified
data factory and uri replacement map.
|
OWLAnnotationPropertyTransformer(Map<OWLEntity,OWLEntity> entityIRIReplacementMap,
OWLDataFactory dataFactory)
Creates an object duplicator that duplicates objects using the specified
data factory and uri replacement map.
|
OWLAnnotationPropertyTransformer(OWLDataFactory dataFactory,
Map<OWLEntity,OWLEntity> iriReplacementMap)
Creates an object duplicator that duplicates objects using the specified
data factory and uri replacement map.
|
OWLAnnotationPropertyTransformer(OWLDataFactory dataFactory,
Map<OWLEntity,OWLEntity> iriReplacementMap)
Creates an object duplicator that duplicates objects using the specified
data factory and uri replacement map.
|
OWLEntityCollector(Set<OWLEntity> toReturn) |
OWLObjectDuplicator(Map<OWLEntity,IRI> entityIRIReplacementMap,
OWLDataFactory dataFactory)
Creates an object duplicator that duplicates objects using the specified
data factory and uri replacement map.
|
OWLObjectDuplicator(Map<OWLEntity,IRI> entityIRIReplacementMap,
OWLDataFactory dataFactory,
Map<OWLLiteral,OWLLiteral> literals)
Creates an object duplicator that duplicates objects using the specified
data factory and uri replacement map.
|
Copyright © 2016 The University of Manchester. All Rights Reserved.