| Package | Description |
|---|---|
| org.semanticweb.owlapi.io | |
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.reasoner | |
| org.semanticweb.owlapi.util |
| Modifier and Type | Method and Description |
|---|---|
OWLEntity |
RDFResourceParseError.getParserGeneratedErrorEntity() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
RDFOntologyFormat.isMissingType(OWLEntity entity,
OWLOntology ontology)
Determines if a declaration axiom (type triple) needs to be added to the specified ontology for the given entity.
|
| Constructor and Description |
|---|
RDFResourceParseError(OWLEntity parserGeneratedErrorEntity,
RDFNode mainNode,
Set<RDFTriple> mainNodeTriples) |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityType<E extends OWLEntity>
Author: Matthew Horridge
The University of Manchester Information Management Group Date: 11-Oct-2009 |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OWLAnnotationProperty
Author: Matthew Horridge
The University of Manchester Information Management Group Date: 13-Jan-2009 |
interface |
OWLClass
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 24-Oct-2006 Represents a Class in the OWL 2 specification. |
interface |
OWLDataProperty
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 24-Oct-2006 |
interface |
OWLDatatype
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 24-Oct-2006 Represents a Datatype (named data range) in the OWL 2 Specification. |
interface |
OWLLogicalEntity
Author: Matthew Horridge
The University of Manchester Information Management Group Date: 25-Nov-2009 An OWLLogicalEntity is an OWLEntity that is not an OWLAnnotationProperty. |
interface |
OWLNamedIndividual
Author: Matthew Horridge
The University of Manchester Information Management Group Date: 15-Jan-2009 Represents a Named Individual in the OWL 2 Specification. |
interface |
OWLObjectProperty
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 24-Oct-2006 Represents an Object Property in the OWL 2 Specification. |
interface |
OWLProperty<R extends OWLPropertyRange,P extends OWLPropertyExpression<R,P>>
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 23-Jan-2007 A marker interface for properties that aren't expression i.e. |
| Modifier and Type | Method and Description |
|---|---|
<E extends OWLEntity> |
OWLEntity.getOWLEntity(EntityType<E> entityType)
Gets an entity that has the same IRI as this entity but 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.
|
| Modifier and Type | Method and Description |
|---|---|
OWLEntity |
OWLDeclarationAxiom.getEntity()
Gets the entity that this axiom declares.
|
| Modifier and Type | Method and Description |
|---|---|
Set<OWLEntity> |
OWLAxiomChange.getEntities()
Deprecated.
use getSignature() instead
|
Set<OWLEntity> |
OWLOntology.getEntitiesInSignature(IRI iri)
Gets the entities in the signature of this ontology that have the specified IRI.
|
Set<OWLEntity> |
OWLOntology.getEntitiesInSignature(IRI iri,
boolean includeImportsClosure)
Gets the entities in the signature of this ontology, and possibly the signature of the imports closure of this
ontology, 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> |
OWLObject.getSignature()
Gets the signature of this object
|
Set<OWLEntity> |
OWLAxiomChange.getSignature() |
Set<OWLEntity> |
IRI.getSignature() |
Set<OWLEntity> |
ImportChange.getSignature() |
Set<OWLEntity> |
AnnotationChange.getSignature() |
Set<OWLEntity> |
OWLOntology.getSignature(boolean includeImportsClosure)
Gets the entities that are in the signature of this ontology.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
OWLOntology.containsEntityInSignature(OWLEntity owlEntity)
Determines if the signature of the ontology contains the specified entity.
|
boolean |
OWLOntology.containsEntityInSignature(OWLEntity owlEntity,
boolean includeImportsClosure)
Determines if the signature of this ontology, and possibly the signature of any of the ontologies in the imports
closure of this ontology, contains the specified entity.
|
Set<OWLDeclarationAxiom> |
OWLOntology.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
|
Set<OWLAxiom> |
OWLOntology.getReferencingAxioms(OWLEntity owlEntity)
Gets the axioms where the specified entity appears in the signature of the axiom.
|
Set<OWLAxiom> |
OWLOntology.getReferencingAxioms(OWLEntity owlEntity,
boolean includeImportsClosure)
Gets the axioms where the specified entity appears in the signature of the axiom.
|
boolean |
OWLOntology.isDeclared(OWLEntity owlEntity)
Determines if this ontology declares an entity i.e.
|
boolean |
OWLOntology.isDeclared(OWLEntity owlEntity,
boolean includeImportsClosure)
Determines if this ontology or its imports closure declares an entity i.e.
|
| Modifier and Type | Method and Description |
|---|---|
List<OWLEntity> |
FreshEntitiesException.getEntities()
Gets the entities
|
| Constructor and Description |
|---|
FreshEntitiesException(OWLEntity entity) |
| Constructor and Description |
|---|
FreshEntitiesException(Set<OWLEntity> entities) |
| Modifier and Type | Class and Description |
|---|---|
class |
InferredEntityAxiomGenerator<E extends OWLEntity,A extends OWLAxiom>
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 27-Jul-2007 Generates axioms which relate to inferred information for a specific entity. |
interface |
OWLEntitySetProvider<E extends OWLEntity>
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 18-Apr-2007 Provides a set of entities to inputs that require this. |
| Modifier and Type | Field and Description |
|---|---|
protected Set<OWLEntity> |
StructuralTransformation.signature |
| 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 |
|---|---|
Set<OWLEntity> |
ReferencedEntitySetProvider.getEntities() |
Set<OWLEntity> |
OWLEntityCollectingOntologyChangeListener.getEntities() |
Set<OWLEntity> |
CachingBidirectionalShortFormProvider.getEntities(String shortForm) |
Set<OWLEntity> |
BidirectionalShortFormProvider.getEntities(String shortForm)
For a given short form this method obtains the entities
which have this short form.
|
Set<OWLEntity> |
OWLEntityCollector.getObjects()
Deprecated.
|
Set<OWLEntity> |
ImportsStructureEntitySorter.ReferencedEntitySelector.getObjects(OWLOntology ontology) |
| 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) |
protected abstract String |
CachingBidirectionalShortFormProvider.generateShortForm(OWLEntity entity)
Generates the short form for the specified entity.
|
protected String |
BidirectionalShortFormProviderAdapter.generateShortForm(OWLEntity entity) |
IRI |
OWLEntityURIUnderscores2CamelBackConverterStrategy.getConvertedIRI(OWLEntity entity) |
IRI |
OWLEntityURIConverterStrategy.getConvertedIRI(OWLEntity entity) |
IRI |
OWLEntityTinyURIConversionStrategy.getConvertedIRI(OWLEntity entity) |
protected O |
OWLEntityVisitorExAdapter.getDefaultReturnValue(OWLEntity object)
Gets the default return value for this visitor.
|
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) |
protected void |
OWLEntityVisitorAdapter.handleDefault(OWLEntity owlObject) |
void |
CachingBidirectionalShortFormProvider.remove(OWLEntity entity)
Deprecated.
|
void |
CachingBidirectionalShortFormProvider.update(OWLEntity entity)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<OWLOntologyChange> |
OWLEntityRenamer.changeIRI(Map<OWLEntity,IRI> entity2IRIMap) |
void |
CachingBidirectionalShortFormProvider.rebuild(OWLEntitySetProvider<OWLEntity> entitySetProvider)
Deprecated.
|
void |
OWLEntityCollector.reset(Set<OWLEntity> toReturn)
Clears all objects that have accumulated during the course of visiting
axioms, class expressions etc.
|
| Constructor and Description |
|---|
OWLEntityCollector(Set<OWLEntity> toReturn) |
OWLEntityCollector(Set<OWLEntity> toReturn,
Collection<OWLAnonymousIndividual> anonsToReturn) |
OWLObjectDuplicator(Map<OWLEntity,IRI> entityIRIReplacementMap,
OWLDataFactory dataFactory)
Creates an object duplicator that duplicates objects using the specified
data factory and uri replacement map.
|
Copyright © 2013 The University of Manchester. All Rights Reserved.