| Package | Description |
|---|---|
| org.semanticweb.owlapi.expression |
Expression parsers package
|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.profiles.violations | |
| org.semanticweb.owlapi.search |
Search utulities package
|
| org.semanticweb.owlapi.util |
Utilities package
|
| org.semanticweb.owlapi.util.mansyntax | |
| org.semanticweb.owlapi.vocab |
Vocabulary package
|
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotationProperty |
ShortFormEntityChecker.getOWLAnnotationProperty(String name) |
OWLAnnotationProperty |
OWLEntityChecker.getOWLAnnotationProperty(String name) |
| Modifier and Type | Field and Description |
|---|---|
static EntityType<OWLAnnotationProperty> |
EntityType.ANNOTATION_PROPERTY
annotation property entity
|
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotationProperty |
OWLEntity.asOWLAnnotationProperty()
A convenience method that obtains this entity as an OWLAnnotationProperty
(in order to avoid explicit casting).
|
OWLAnnotationProperty |
OWLAnnotationPropertyProvider.getOWLAnnotationProperty(IRI iri)
Gets an instance of
OWLAnnotationProperty that has the specified
IRI. |
OWLAnnotationProperty |
OWLDataFactory.getOWLAnnotationProperty(String abbreviatedIRI,
PrefixManager prefixManager)
Gets an OWLAnnotationProperty that has an IRI that is obtained by
expanding an abbreviated name using an appropriate prefix mapping.
|
OWLAnnotationProperty |
OWLDataFactory.getOWLBackwardCompatibleWith()
Gets an annotation property that has an IRI corresponding to
owl:backwardCompatibleWith. |
OWLAnnotationProperty |
OWLDataFactory.getOWLDeprecated()
Gets an annotation property that has an IRI corresponding to
owl:backwardCompatibleWith. |
OWLAnnotationProperty |
OWLDataFactory.getOWLIncompatibleWith()
Gets an annotation property that has an IRI corresponding to
owl:incompatibleWith. |
OWLAnnotationProperty |
OWLDataFactory.getOWLVersionInfo()
Gets an annotation property that has an IRI corresponding to
owl:versionInfo. |
OWLAnnotationProperty |
OWLAnnotationPropertyRangeAxiom.getProperty()
Gets the annotation property that this axiom provides a range for.
|
OWLAnnotationProperty |
OWLAnnotationPropertyDomainAxiom.getProperty()
Gets the annotation property that this axiom specifies a domain for.
|
OWLAnnotationProperty |
OWLAnnotationAssertionAxiom.getProperty()
Gets the annotation property.
|
OWLAnnotationProperty |
OWLAnnotation.getProperty()
Gets the property that this annotation acts along
|
OWLAnnotationProperty |
OWLDataFactory.getRDFSComment()
Gets an annotation property that has an IRI corresponding to
rdfs:comment. |
OWLAnnotationProperty |
OWLDataFactory.getRDFSIsDefinedBy()
Gets an annotation property that has an IRI corresponding to
rdfs:isDefinedBy. |
OWLAnnotationProperty |
OWLDataFactory.getRDFSLabel()
Gets an annotation property that has an IRI corresponding to
rdfs:label. |
OWLAnnotationProperty |
OWLDataFactory.getRDFSSeeAlso()
Gets an annotation property that has an IRI corresponding to
rdfs:seeAlso. |
OWLAnnotationProperty |
OWLSubAnnotationPropertyOfAxiom.getSubProperty()
Gets the subproperty of this axiom.
|
OWLAnnotationProperty |
OWLSubAnnotationPropertyOfAxiom.getSuperProperty()
Gets the superproperty of this axiom.
|
| Modifier and Type | Method and Description |
|---|---|
Set<OWLAnnotationProperty> |
IRI.getAnnotationPropertiesInSignature() |
Set<OWLAnnotationProperty> |
HasAnnotationPropertiesInSignature.getAnnotationPropertiesInSignature()
A convenience method that obtains the annotation properties that are in
the signature of this object
|
Set<OWLAnnotationProperty> |
OWLSignatureBooleanArgs.getAnnotationPropertiesInSignature(boolean includeImportsClosure)
Deprecated.
|
Set<OWLAnnotationProperty> |
OWLSignature.getAnnotationPropertiesInSignature(Imports includeImportsClosure)
Gets the annotation properties in the signature and optionally the
imports closure.
|
| Modifier and Type | Method and Description |
|---|---|
Set<OWLAnnotationPropertyDomainAxiom> |
OWLAxiomIndex.getAnnotationPropertyDomainAxioms(OWLAnnotationProperty property)
Gets the
OWLAnnotationPropertyDomainAxioms where the specified
property is the property in the domain axiom. |
Set<OWLAnnotationPropertyRangeAxiom> |
OWLAxiomIndex.getAnnotationPropertyRangeAxioms(OWLAnnotationProperty property)
Gets the
OWLAnnotationPropertyRangeAxioms where the specified
property is the property in the range axiom. |
Set<OWLAnnotation> |
OWLAxiom.getAnnotations(OWLAnnotationProperty annotationProperty)
Gets the annotations that annotate this axiom and whose annotation
property is equal to
annotationProperty. |
Set<OWLAnnotationAxiom> |
OWLAxiomCollectionNoArgs.getAxioms(OWLAnnotationProperty property)
Deprecated.
use getAxioms(entity, Imports) instead
|
Set<OWLAnnotationAxiom> |
OWLAxiomCollectionBooleanArgs.getAxioms(OWLAnnotationProperty property,
boolean includeImportsClosure)
Deprecated.
use getAxioms(entity, Imports) instead
|
Set<OWLAnnotationAxiom> |
OWLAxiomCollection.getAxioms(OWLAnnotationProperty property,
Imports includeImportsClosure)
Gets the axioms that form the definition/description of an annotation
property.
|
OWLAnnotation |
OWLDataFactory.getOWLAnnotation(OWLAnnotationProperty property,
OWLAnnotationValue value)
Gets an annotation
|
OWLAnnotation |
OWLDataFactory.getOWLAnnotation(OWLAnnotationProperty property,
OWLAnnotationValue value,
Set<? extends OWLAnnotation> annotations)
Gets an annotation
|
OWLAnnotationAssertionAxiom |
OWLDataFactory.getOWLAnnotationAssertionAxiom(OWLAnnotationProperty property,
OWLAnnotationSubject subject,
OWLAnnotationValue value) |
OWLAnnotationAssertionAxiom |
OWLDataFactory.getOWLAnnotationAssertionAxiom(OWLAnnotationProperty property,
OWLAnnotationSubject subject,
OWLAnnotationValue value,
Set<? extends OWLAnnotation> annotations) |
OWLAnnotationPropertyDomainAxiom |
OWLDataFactory.getOWLAnnotationPropertyDomainAxiom(OWLAnnotationProperty prop,
IRI domain) |
OWLAnnotationPropertyDomainAxiom |
OWLDataFactory.getOWLAnnotationPropertyDomainAxiom(OWLAnnotationProperty prop,
IRI domain,
Set<? extends OWLAnnotation> annotations) |
OWLAnnotationPropertyRangeAxiom |
OWLDataFactory.getOWLAnnotationPropertyRangeAxiom(OWLAnnotationProperty prop,
IRI range) |
OWLAnnotationPropertyRangeAxiom |
OWLDataFactory.getOWLAnnotationPropertyRangeAxiom(OWLAnnotationProperty prop,
IRI range,
Set<? extends OWLAnnotation> annotations) |
OWLSubAnnotationPropertyOfAxiom |
OWLDataFactory.getOWLSubAnnotationPropertyOfAxiom(OWLAnnotationProperty sub,
OWLAnnotationProperty sup) |
OWLSubAnnotationPropertyOfAxiom |
OWLDataFactory.getOWLSubAnnotationPropertyOfAxiom(OWLAnnotationProperty sub,
OWLAnnotationProperty sup,
Set<? extends OWLAnnotation> annotations) |
Set<OWLSubAnnotationPropertyOfAxiom> |
OWLAxiomIndex.getSubAnnotationPropertyOfAxioms(OWLAnnotationProperty subProperty)
Gets the
SubAnnotationPropertyOfAxioms where the specified
property is the sub-property. |
O |
OWLPropertyExpressionVisitorEx.visit(OWLAnnotationProperty property)
visit OWLAnnotationProperty type
|
void |
OWLPropertyExpressionVisitor.visit(OWLAnnotationProperty property)
visit OWLAnnotationProperty type
|
O |
OWLNamedObjectVisitorEx.visit(OWLAnnotationProperty property)
visit OWLAnnotationProperty type
|
void |
OWLNamedObjectVisitor.visit(OWLAnnotationProperty property)
visit OWLAnnotationProperty type
|
O |
OWLEntityVisitorEx.visit(OWLAnnotationProperty property)
visit OWLAnnotationProperty type
|
void |
OWLEntityVisitor.visit(OWLAnnotationProperty property)
visit OWLAnnotationProperty type
|
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotationProperty |
UseOfUndeclaredAnnotationProperty.getExpression() |
OWLAnnotationProperty |
UseOfReservedVocabularyForAnnotationPropertyIRI.getExpression() |
| Constructor and Description |
|---|
UseOfReservedVocabularyForAnnotationPropertyIRI(OWLOntology ontology,
OWLAxiom axiom,
OWLAnnotationProperty property) |
UseOfUndeclaredAnnotationProperty(OWLOntology ontology,
OWLAxiom axiom,
OWLAnnotation annotation,
OWLAnnotationProperty prop) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<OWLAnnotationProperty> |
EntitySearcher.getSubProperties(OWLAnnotationProperty e,
Iterable<OWLOntology> ontologies)
Gets the properties which are asserted to be sub-properties of this
property in the specified ontology.
|
static Collection<OWLAnnotationProperty> |
EntitySearcher.getSubProperties(OWLAnnotationProperty e,
OWLOntology ontology)
Gets the properties which are asserted to be sub-properties of this
property in the specified ontology.
|
static Collection<OWLAnnotationProperty> |
EntitySearcher.getSubProperties(OWLAnnotationProperty e,
OWLOntology ontology,
boolean imports)
Gets the properties which are asserted to be sub-properties of this
property in the specified ontology.
|
static Collection<OWLAnnotationProperty> |
EntitySearcher.getSuperProperties(OWLAnnotationProperty e,
Iterable<OWLOntology> ontologies)
Gets the properties which are asserted to be sub-properties of this
property in the specified ontology.
|
static Collection<OWLAnnotationProperty> |
EntitySearcher.getSuperProperties(OWLAnnotationProperty e,
OWLOntology ontology)
Gets the properties which are asserted to be sub-properties of this
property in the specified ontology.
|
static Collection<OWLAnnotationProperty> |
EntitySearcher.getSuperProperties(OWLAnnotationProperty e,
OWLOntology ontology,
boolean imports)
Gets the properties which are asserted to be sub-properties of this
property in the specified ontology.
|
| Modifier and Type | Method and Description |
|---|---|
static OWLAnnotation |
Searcher.annotationObject(OWLAnnotationAssertionAxiom axiom,
OWLAnnotationProperty p)
Retrieve the annotation from an annotation assertion axiom.
|
static Collection<OWLAnnotation> |
Searcher.annotationObjects(Collection<OWLAnnotationAssertionAxiom> axioms,
OWLAnnotationProperty p)
Retrieve annotations from a collection of annotation assertion axioms.
|
static Collection<OWLAnnotation> |
Searcher.annotations(Collection<? extends OWLAxiom> axioms,
OWLAnnotationProperty p)
Retrieve annotations from a collection of axioms.
|
static Set<OWLAnnotation> |
Searcher.annotations(OWLAxiom axiom,
OWLAnnotationProperty p)
Retrieve annotations from an axiom.
|
static Collection<OWLAnnotation> |
EntitySearcher.getAnnotationObjects(OWLAnnotationSubject 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(OWLAnnotationSubject 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.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,
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(OWLAnnotationSubject 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(OWLAnnotationSubject e,
OWLOntology ontology,
OWLAnnotationProperty annotationProperty)
Obtains the annotations on this entity where the annotation has the
specified annotation property.
|
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,
OWLAnnotationProperty annotationProperty)
Obtains the annotations on this entity where the annotation has the
specified annotation property.
|
static Collection<IRI> |
EntitySearcher.getDomains(OWLAnnotationProperty e,
Iterable<OWLOntology> ontologies)
Gets the asserted domains of this property by examining the axioms in the
specified ontologies.
|
static Collection<IRI> |
EntitySearcher.getDomains(OWLAnnotationProperty e,
OWLOntology ontology)
Gets the asserted domains of this property.
|
static Collection<IRI> |
EntitySearcher.getRanges(OWLAnnotationProperty e,
Iterable<OWLOntology> ontologies)
Gets the asserted ranges of this property by examining the axioms in the
specified ontologies.
|
static Collection<IRI> |
EntitySearcher.getRanges(OWLAnnotationProperty e,
OWLOntology ontology)
Gets the ranges of this property that have been asserted in the specified
ontology.
|
static Collection<OWLAnnotationProperty> |
EntitySearcher.getSubProperties(OWLAnnotationProperty e,
Iterable<OWLOntology> ontologies)
Gets the properties which are asserted to be sub-properties of this
property in the specified ontology.
|
static Collection<OWLAnnotationProperty> |
EntitySearcher.getSubProperties(OWLAnnotationProperty e,
OWLOntology ontology)
Gets the properties which are asserted to be sub-properties of this
property in the specified ontology.
|
static Collection<OWLAnnotationProperty> |
EntitySearcher.getSubProperties(OWLAnnotationProperty e,
OWLOntology ontology,
boolean imports)
Gets the properties which are asserted to be sub-properties of this
property in the specified ontology.
|
static Collection<OWLAnnotationProperty> |
EntitySearcher.getSuperProperties(OWLAnnotationProperty e,
Iterable<OWLOntology> ontologies)
Gets the properties which are asserted to be sub-properties of this
property in the specified ontology.
|
static Collection<OWLAnnotationProperty> |
EntitySearcher.getSuperProperties(OWLAnnotationProperty e,
OWLOntology ontology)
Gets the properties which are asserted to be sub-properties of this
property in the specified ontology.
|
static Collection<OWLAnnotationProperty> |
EntitySearcher.getSuperProperties(OWLAnnotationProperty e,
OWLOntology ontology,
boolean imports)
Gets the properties which are asserted to be sub-properties of this
property in the specified ontology.
|
static Collection<OWLAnnotationValue> |
Searcher.values(Collection<OWLAnnotation> annotations,
OWLAnnotationProperty p)
Retrieve annotation values from annotations
|
| Modifier and Type | Method and Description |
|---|---|
List<OWLAnnotationProperty> |
AnnotationValueShortFormProvider.getAnnotationProperties() |
Map<OWLAnnotationProperty,List<String>> |
AnnotationValueShortFormProvider.getPreferredLanguageMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
StructureWalker.visit(OWLAnnotationProperty property) |
void |
SimpleRenderer.visit(OWLAnnotationProperty property) |
O |
OWLObjectVisitorExAdapter.visit(OWLAnnotationProperty property) |
void |
OWLObjectVisitorAdapter.visit(OWLAnnotationProperty property) |
void |
OWLObjectTypeIndexProvider.visit(OWLAnnotationProperty property) |
void |
OWLObjectDuplicator.visit(OWLAnnotationProperty property) |
void |
OWLObjectComponentCollector.visit(OWLAnnotationProperty property) |
O |
OWLEntityVisitorExAdapter.visit(OWLAnnotationProperty property) |
void |
OWLEntityVisitorAdapter.visit(OWLAnnotationProperty property) |
void |
OWLEntityRemover.visit(OWLAnnotationProperty property) |
void |
OWLEntityComparator.visit(OWLAnnotationProperty property) |
Collection<OWLEntity> |
OWLEntityCollector.visit(OWLAnnotationProperty property) |
void |
OWLAnonymousIndividualsWithMultipleOccurrences.visit(OWLAnnotationProperty property) |
void |
OWLAnnotationPropertyTransformer.visit(OWLAnnotationProperty property) |
void |
HashCode.visit(OWLAnnotationProperty property) |
void |
DeprecatedOWLEntityCollector.visit(OWLAnnotationProperty property)
Deprecated.
|
O |
DelegatingObjectVisitorEx.visit(OWLAnnotationProperty property) |
| Constructor and Description |
|---|
AnnotationValueShortFormProvider(List<OWLAnnotationProperty> annotationProperties,
Map<OWLAnnotationProperty,List<String>> preferredLanguageMap,
OWLOntologySetProvider ontologySetProvider)
Constructs an annotation value short form provider.
|
AnnotationValueShortFormProvider(List<OWLAnnotationProperty> annotationProperties,
Map<OWLAnnotationProperty,List<String>> preferredLanguageMap,
OWLOntologySetProvider ontologySetProvider)
Constructs an annotation value short form provider.
|
AnnotationValueShortFormProvider(List<OWLAnnotationProperty> annotationProperties,
Map<OWLAnnotationProperty,List<String>> preferredLanguageMap,
OWLOntologySetProvider ontologySetProvider,
ShortFormProvider alternateShortFormProvider)
Constructs an annotation short form provider.
|
AnnotationValueShortFormProvider(List<OWLAnnotationProperty> annotationProperties,
Map<OWLAnnotationProperty,List<String>> preferredLanguageMap,
OWLOntologySetProvider ontologySetProvider,
ShortFormProvider alternateShortFormProvider)
Constructs an annotation short form provider.
|
AnnotationValueShortFormProvider(OWLOntologySetProvider ontologySetProvider,
ShortFormProvider alternateShortFormProvider,
IRIShortFormProvider alternateIRIShortFormProvider,
List<OWLAnnotationProperty> annotationProperties,
Map<OWLAnnotationProperty,List<String>> preferredLanguageMap) |
AnnotationValueShortFormProvider(OWLOntologySetProvider ontologySetProvider,
ShortFormProvider alternateShortFormProvider,
IRIShortFormProvider alternateIRIShortFormProvider,
List<OWLAnnotationProperty> annotationProperties,
Map<OWLAnnotationProperty,List<String>> preferredLanguageMap) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLAnnotationProperty> |
ManchesterOWLSyntaxParser.parseAnnotationPropertyList() |
| Modifier and Type | Method and Description |
|---|---|
static Set<OWLAnnotationProperty> |
SKOSVocabulary.getAnnotationProperties(OWLDataFactory dataFactory) |
Copyright © 2016 The University of Manchester. All Rights Reserved.