| Package | Description |
|---|---|
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.profiles | |
| org.semanticweb.owlapi.util | |
| org.semanticweb.owlapi.vocab |
| 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 |
OWLDataFactory.getOWLAnnotationProperty(IRI iri)
Gets an 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> |
OWLOntology.getAnnotationPropertiesInSignature()
Gets the annotation properties that are in the signature of this ontology.
|
Set<OWLAnnotationProperty> |
OWLAnnotationProperty.getSubProperties(OWLOntology ontology)
Gets the annotation properties which are asserted to be sub-properties of this annotation property in
the specified ontology.
|
Set<OWLAnnotationProperty> |
OWLAnnotationProperty.getSubProperties(OWLOntology ontology,
boolean includeImportsClosure)
Gets the annotation properties which are asserted to be sub-properties of this annotation property in
the specified ontology and potentially its imports closure.
|
Set<OWLAnnotationProperty> |
OWLAnnotationProperty.getSubProperties(Set<OWLOntology> ontologies)
Gets the annotation properties which are asserted to be sub-properties of this annotation property in
the specified set of ontologies.
|
Set<OWLAnnotationProperty> |
OWLAnnotationProperty.getSuperProperties(OWLOntology ontology)
Gets the annotation properties which are asserted to be super-properties of this annotation property in
the specified ontology.
|
Set<OWLAnnotationProperty> |
OWLAnnotationProperty.getSuperProperties(OWLOntology ontology,
boolean includeImportsClosure)
Gets the annotation properties which are asserted to be super-properties of this annotation property in
the specified ontology and potentially its imports closure.
|
Set<OWLAnnotationProperty> |
OWLAnnotationProperty.getSuperProperties(Set<OWLOntology> ontologies)
Gets the annotation properties which are asserted to be super-properties of this annotation property in
the specified set of ontologies.
|
| Modifier and Type | Method and Description |
|---|---|
OWLAnnotationProperty |
UseOfUndeclaredAnnotationProperty.getOWLAnnotationProperty() |
OWLAnnotationProperty |
UseOfReservedVocabularyForAnnotationPropertyIRI.getOWLAnnotationProperty() |
| 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 |
|---|---|
List<OWLAnnotationProperty> |
AnnotationValueShortFormProvider.getAnnotationProperties() |
Map<OWLAnnotationProperty,List<String>> |
AnnotationValueShortFormProvider.getPreferredLanguageMap() |
| Modifier and Type | Method and Description |
|---|---|
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) |
void |
OWLEntityCollector.visit(OWLAnnotationProperty property) |
Set<OWLClassExpression> |
OWLClassExpressionCollector.visit(OWLAnnotationProperty property) |
Integer |
MaximumModalDepthFinder.visit(OWLAnnotationProperty property) |
void |
HashCode.visit(OWLAnnotationProperty property) |
void |
DLExpressivityChecker.visit(OWLAnnotationProperty property) |
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)
Constructs an annotation short form provider.
|
AnnotationValueShortFormProvider(OWLOntologySetProvider ontologySetProvider,
ShortFormProvider alternateShortFormProvider,
IRIShortFormProvider alternateIRIShortFormProvider,
List<OWLAnnotationProperty> annotationProperties,
Map<OWLAnnotationProperty,List<String>> preferredLanguageMap)
Constructs an annotation short form provider.
|
AnnotationValueShortFormProvider(OWLOntologySetProvider ontologySetProvider,
ShortFormProvider alternateShortFormProvider,
IRIShortFormProvider alternateIRIShortFormProvider,
List<OWLAnnotationProperty> annotationProperties,
Map<OWLAnnotationProperty,List<String>> preferredLanguageMap,
OWLAnnotationValueVisitorEx<String> literalRenderer) |
AnnotationValueShortFormProvider(OWLOntologySetProvider ontologySetProvider,
ShortFormProvider alternateShortFormProvider,
IRIShortFormProvider alternateIRIShortFormProvider,
List<OWLAnnotationProperty> annotationProperties,
Map<OWLAnnotationProperty,List<String>> preferredLanguageMap,
OWLAnnotationValueVisitorEx<String> literalRenderer) |
| Modifier and Type | Method and Description |
|---|---|
static Set<OWLAnnotationProperty> |
SKOSVocabulary.getAnnotationProperties(OWLDataFactory dataFactory) |
Copyright © 2013 The University of Manchester. All Rights Reserved.