Uses of Interface
org.semanticweb.owlapi.model.OWLAnnotationProperty
Packages that use OWLAnnotationProperty
Package
Description
OBO macro package.
OBO to OWL.
Binding package.
Expression parsers package.
Functional syntax parser and renderer.
Functional syntax parser and renderer.
LaTeX syntax renderer.
Manchester OWL syntax parser and renderer.
Manchester OWL syntax parser and renderer.
Main API classes.
Axiom provider classes.
Provider interfaces.
OWL/XML syntax parser and renderer.
Profile classes.
Violation classes.
RDF model package.
Search utilities package.
Utilities package.
Vocabulary package.
Builders package.
OWL API reference implementation package.
Concurrent implementation package.
-
Uses of OWLAnnotationProperty in org.obolibrary.macro
Methods in org.obolibrary.macro that return OWLAnnotationProperty -
Uses of OWLAnnotationProperty in org.obolibrary.obo2owl
Methods in org.obolibrary.obo2owl with parameters of type OWLAnnotationPropertyModifier and TypeMethodDescriptionOboInOwlCardinalityTools.AnnotationCardinalityConfictHandler.handleConflict
(OWLAnnotationProperty property, Collection<OWLAnnotation> ontologyAnnotations) Resolve a conflict for a given annotation property and ontology annotations.OboInOwlCardinalityTools.AnnotationCardinalityConfictHandler.handleConflict
(OWLEntity entity, OWLAnnotationProperty property, Collection<OWLAnnotationAssertionAxiom> axioms) Resolve a conflict for a given annotation property and axioms.void
OboInOwlCardinalityTools.AnnotationCardinalityReporter.reportConflict
(OWLAnnotationProperty property, Collection<OWLAnnotation> ontologyAnnotations) Report a conflict for a given annotation property and ontology annotations.void
OboInOwlCardinalityTools.AnnotationCardinalityReporter.reportConflict
(OWLEntity entity, OWLAnnotationProperty property, Collection<OWLAnnotationAssertionAxiom> axioms) Report a conflict for a given annotation property and axioms. -
Uses of OWLAnnotationProperty in org.semanticweb.owlapi.apibinding
Methods in org.semanticweb.owlapi.apibinding that return OWLAnnotationPropertyModifier and TypeMethodDescriptionstatic OWLAnnotationProperty
OWLFunctionalSyntaxFactory.AnnotationProperty
(String abbreviatedIRI, PrefixManager pm) static OWLAnnotationProperty
OWLFunctionalSyntaxFactory.AnnotationProperty
(IRI iri) static OWLAnnotationProperty
OWLFunctionalSyntaxFactory.createAnnotationProperty()
static OWLAnnotationProperty
OWLFunctionalSyntaxFactory.RDFSComment()
static OWLAnnotationProperty
OWLFunctionalSyntaxFactory.RDFSLabel()
Methods in org.semanticweb.owlapi.apibinding with parameters of type OWLAnnotationPropertyModifier and TypeMethodDescriptionstatic OWLAnnotation
OWLFunctionalSyntaxFactory.Annotation
(OWLAnnotationProperty property, OWLAnnotationValue value) static OWLAnnotation
OWLFunctionalSyntaxFactory.Annotation
(OWLAnnotationProperty property, OWLAnnotationValue value, Collection<OWLAnnotation> anns) static OWLAnnotation
OWLFunctionalSyntaxFactory.Annotation
(OWLAnnotationProperty property, OWLAnnotationValue value, OWLAnnotation... anns) static OWLAnnotationAssertionAxiom
OWLFunctionalSyntaxFactory.AnnotationAssertion
(OWLAnnotationProperty property, OWLAnnotationSubject subject, OWLAnnotationValue value) static OWLAnnotationAssertionAxiom
OWLFunctionalSyntaxFactory.AnnotationAssertion
(OWLAnnotationProperty property, OWLAnnotationSubject subject, OWLAnnotationValue value, Collection<OWLAnnotation> set) static OWLAnnotationAssertionAxiom
OWLFunctionalSyntaxFactory.AnnotationAssertion
(OWLAnnotationProperty property, OWLAnnotationSubject subject, OWLAnnotationValue value, OWLAnnotation... set) OWLFunctionalSyntaxFactory.AnnotationPropertyDomain
(OWLAnnotationProperty property, String iri) OWLFunctionalSyntaxFactory.AnnotationPropertyDomain
(OWLAnnotationProperty property, IRI iri) OWLFunctionalSyntaxFactory.AnnotationPropertyRange
(OWLAnnotationProperty property, String iri) OWLFunctionalSyntaxFactory.AnnotationPropertyRange
(OWLAnnotationProperty property, IRI iri) OWLFunctionalSyntaxFactory.SubAnnotationPropertyOf
(OWLAnnotationProperty subProperty, OWLAnnotationProperty superProperty) -
Uses of OWLAnnotationProperty in org.semanticweb.owlapi.expression
Methods in org.semanticweb.owlapi.expression that return OWLAnnotationPropertyModifier and TypeMethodDescriptionOWLEntityChecker.getOWLAnnotationProperty
(String name) ShortFormEntityChecker.getOWLAnnotationProperty
(String name) -
Uses of OWLAnnotationProperty in org.semanticweb.owlapi.functional.parser
Methods in org.semanticweb.owlapi.functional.parser that return OWLAnnotationPropertyModifier and TypeMethodDescriptionfinal OWLAnnotationProperty
OWLFunctionalSyntaxParser.AnnotationProperty()
final OWLAnnotationProperty
OWLFunctionalSyntaxParser.AnnotationPropertyIRI()
-
Uses of OWLAnnotationProperty in org.semanticweb.owlapi.functional.renderer
Methods in org.semanticweb.owlapi.functional.renderer with parameters of type OWLAnnotationPropertyModifier and TypeMethodDescriptionvoid
FunctionalSyntaxObjectRenderer.visit
(OWLAnnotationProperty property) -
Uses of OWLAnnotationProperty in org.semanticweb.owlapi.latex.renderer
Methods in org.semanticweb.owlapi.latex.renderer with parameters of type OWLAnnotationProperty -
Uses of OWLAnnotationProperty in org.semanticweb.owlapi.manchestersyntax.parser
Methods in org.semanticweb.owlapi.manchestersyntax.parser that return types with arguments of type OWLAnnotationProperty -
Uses of OWLAnnotationProperty in org.semanticweb.owlapi.manchestersyntax.renderer
Methods in org.semanticweb.owlapi.manchestersyntax.renderer with parameters of type OWLAnnotationPropertyModifier and TypeMethodDescriptionvoid
ManchesterOWLSyntaxObjectRenderer.visit
(OWLAnnotationProperty property) ManchesterOWLSyntaxFrameRenderer.write
(OWLAnnotationProperty property) -
Uses of OWLAnnotationProperty in org.semanticweb.owlapi.model
Fields in org.semanticweb.owlapi.model with type parameters of type OWLAnnotationPropertyModifier and TypeFieldDescriptionstatic final EntityType
<OWLAnnotationProperty> EntityType.ANNOTATION_PROPERTY
Annotation property entity.Methods in org.semanticweb.owlapi.model that return OWLAnnotationPropertyModifier and TypeMethodDescriptiondefault OWLAnnotationProperty
AsOWLAnnotationProperty.asOWLAnnotationProperty()
A convenience method that obtains this entity as an OWLAnnotationProperty (in order to avoid explicit casting).OWLAnnotation.getProperty()
Gets the property that this annotation acts along.OWLSubAnnotationPropertyOfAxiom.getSubProperty()
Gets the subproperty of this axiom.OWLSubAnnotationPropertyOfAxiom.getSuperProperty()
Gets the super property of this axiom.Methods in org.semanticweb.owlapi.model that return types with arguments of type OWLAnnotationPropertyModifier and TypeMethodDescriptiondefault Stream
<OWLAnnotationProperty> HasAnnotationPropertiesInSignature.annotationPropertiesInSignature()
default Stream
<OWLAnnotationProperty> OWLSignature.annotationPropertiesInSignature
(Imports imports) Gets the annotation properties in the signature and optionally the imports closure.default Set
<OWLAnnotationProperty> HasAnnotationPropertiesInSignature.getAnnotationPropertiesInSignature()
default Set
<OWLAnnotationProperty> OWLSignature.getAnnotationPropertiesInSignature
(Imports includeImportsClosure) Gets the annotation properties in the signature and optionally the imports closure.default Set
<OWLAnnotationProperty> OWLSignatureBooleanArgs.getAnnotationPropertiesInSignature
(boolean includeImportsClosure) Deprecated.Methods in org.semanticweb.owlapi.model with parameters of type OWLAnnotationPropertyModifier and TypeMethodDescriptionOWLAxiomIndex.annotationPropertyDomainAxioms
(OWLAnnotationProperty property) Gets theOWLAnnotationPropertyDomainAxiom
objects where the specified property is the property in the domain axiom.OWLAxiomIndex.annotationPropertyRangeAxioms
(OWLAnnotationProperty property) Gets theOWLAnnotationPropertyRangeAxiom
objects where the specified property is the property in the range axiom.default Stream
<OWLAnnotation> HasAnnotations.annotations
(OWLAnnotationProperty p) default Stream
<OWLAnnotationAxiom> OWLAxiomCollection.axioms
(OWLAnnotationProperty property) Gets the axioms that form the definition/description of an annotation property.default Stream
<OWLAnnotationAxiom> OWLAxiomCollection.axioms
(OWLAnnotationProperty property, Imports imports) Gets the axioms that form the definition/description of an annotation property.default Set
<OWLAnnotationPropertyDomainAxiom> OWLAxiomIndex.getAnnotationPropertyDomainAxioms
(OWLAnnotationProperty property) Gets theOWLAnnotationPropertyDomainAxiom
objects where the specified property is the property in the domain axiom.default Set
<OWLAnnotationPropertyRangeAxiom> OWLAxiomIndex.getAnnotationPropertyRangeAxioms
(OWLAnnotationProperty property) Gets theOWLAnnotationPropertyRangeAxiom
objects where the specified property is the property in the range axiom.default Set
<OWLAnnotation> HasAnnotations.getAnnotations
(OWLAnnotationProperty annotationProperty) Gets the annotations whose annotation property is equal toannotationProperty
.default Set
<OWLAnnotationAxiom> OWLAxiomCollection.getAxioms
(OWLAnnotationProperty property) Gets the axioms that form the definition/description of an annotation property.default Set
<OWLAnnotationAxiom> OWLAxiomCollection.getAxioms
(OWLAnnotationProperty property, Imports includeImportsClosure) Gets the axioms that form the definition/description of an annotation property.default Set
<OWLAnnotationAxiom> OWLAxiomCollectionBooleanArgs.getAxioms
(OWLAnnotationProperty property, boolean includeImportsClosure) Deprecated.default Set
<OWLSubAnnotationPropertyOfAxiom> OWLAxiomIndex.getSubAnnotationPropertyOfAxioms
(OWLAnnotationProperty subProperty) Gets theOWLSubAnnotationPropertyOfAxiom
objects where the specified property is the sub-property.OWLAxiomIndex.subAnnotationPropertyOfAxioms
(OWLAnnotationProperty subProperty) Gets theOWLSubAnnotationPropertyOfAxiom
objects where the specified property is the sub-property.default void
OWLPropertyEntityVisitorBase.visit
(OWLAnnotationProperty property) visit OWLAnnotationProperty typedefault O
OWLPropertyEntityVisitorExBase.visit
(OWLAnnotationProperty property) visit OWLAnnotationProperty type -
Uses of OWLAnnotationProperty in org.semanticweb.owlapi.model.axiomproviders
Methods in org.semanticweb.owlapi.model.axiomproviders with parameters of type OWLAnnotationPropertyModifier and TypeMethodDescriptiondefault OWLAnnotationPropertyDomainAxiom
DomainAxiomProvider.getOWLAnnotationPropertyDomainAxiom
(OWLAnnotationProperty prop, IRI domain) DomainAxiomProvider.getOWLAnnotationPropertyDomainAxiom
(OWLAnnotationProperty prop, IRI domain, Collection<OWLAnnotation> annotations) default OWLAnnotationPropertyRangeAxiom
RangeAxiomProvider.getOWLAnnotationPropertyRangeAxiom
(OWLAnnotationProperty prop, IRI range) RangeAxiomProvider.getOWLAnnotationPropertyRangeAxiom
(OWLAnnotationProperty prop, IRI range, Collection<OWLAnnotation> annotations) default OWLSubAnnotationPropertyOfAxiom
SubAxiomProvider.getOWLSubAnnotationPropertyOfAxiom
(OWLAnnotationProperty sub, OWLAnnotationProperty sup) SubAxiomProvider.getOWLSubAnnotationPropertyOfAxiom
(OWLAnnotationProperty sub, OWLAnnotationProperty sup, Collection<OWLAnnotation> annotations) -
Uses of OWLAnnotationProperty in org.semanticweb.owlapi.model.providers
Methods in org.semanticweb.owlapi.model.providers that return OWLAnnotationPropertyModifier and TypeMethodDescriptiondefault OWLAnnotationProperty
AnnotationPropertyProvider.getOWLAnnotationProperty
(String iri) Gets an instance ofOWLAnnotationProperty
that has the specifiedIRI
.default OWLAnnotationProperty
AnnotationPropertyProvider.getOWLAnnotationProperty
(String namespace, String remainder) Gets an instance ofOWLAnnotationProperty
that has the specifiedIRI
.default OWLAnnotationProperty
AnnotationPropertyProvider.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.default OWLAnnotationProperty
AnnotationPropertyProvider.getOWLAnnotationProperty
(HasIRI iri) Gets an instance ofOWLAnnotationProperty
with the same IRI as the input.AnnotationPropertyProvider.getOWLAnnotationProperty
(IRI iri) Gets an instance ofOWLAnnotationProperty
that has the specifiedIRI
.OWLVocabularyProvider.getOWLBackwardCompatibleWith()
Gets an annotation property that has an IRI corresponding toowl:backwardCompatibleWith
.OWLVocabularyProvider.getOWLDeprecated()
Gets an annotation property that has an IRI corresponding toowl:backwardCompatibleWith
.OWLVocabularyProvider.getOWLIncompatibleWith()
Gets an annotation property that has an IRI corresponding toowl:incompatibleWith
.OWLVocabularyProvider.getOWLVersionInfo()
Gets an annotation property that has an IRI corresponding toowl:versionInfo
.OWLVocabularyProvider.getRDFSComment()
Gets an annotation property that has an IRI corresponding tordfs:comment
.OWLVocabularyProvider.getRDFSIsDefinedBy()
Gets an annotation property that has an IRI corresponding tordfs:isDefinedBy
.OWLVocabularyProvider.getRDFSLabel()
Gets an annotation property that has an IRI corresponding tordfs:label
.OWLVocabularyProvider.getRDFSSeeAlso()
Gets an annotation property that has an IRI corresponding tordfs:seeAlso
.Methods in org.semanticweb.owlapi.model.providers with parameters of type OWLAnnotationPropertyModifier and TypeMethodDescriptionAnnotationProvider.getOWLAnnotation
(OWLAnnotationProperty property, OWLAnnotationValue value) Gets an annotationdefault OWLAnnotation
AnnotationProvider.getOWLAnnotation
(OWLAnnotationProperty property, OWLAnnotationValue value, Collection<OWLAnnotation> annotations) Gets an annotationAnnotationProvider.getOWLAnnotation
(OWLAnnotationProperty property, OWLAnnotationValue value, Stream<OWLAnnotation> annotations) Gets an annotationdefault OWLAnnotation
AnnotationProvider.getOWLAnnotation
(OWLAnnotationProperty property, OWLAnnotationValue value, OWLAnnotation annotation) Gets an annotationdefault OWLAnnotationAssertionAxiom
AnnotationAssertionProvider.getOWLAnnotationAssertionAxiom
(OWLAnnotationProperty property, OWLAnnotationSubject subject, OWLAnnotationValue value) AnnotationAssertionProvider.getOWLAnnotationAssertionAxiom
(OWLAnnotationProperty property, OWLAnnotationSubject subject, OWLAnnotationValue value, Collection<OWLAnnotation> annotations) -
Uses of OWLAnnotationProperty in org.semanticweb.owlapi.owlxml.renderer
Methods in org.semanticweb.owlapi.owlxml.renderer with parameters of type OWLAnnotationPropertyModifier and TypeMethodDescriptionvoid
OWLXMLObjectRenderer.visit
(OWLAnnotationProperty property) -
Uses of OWLAnnotationProperty in org.semanticweb.owlapi.profiles
Methods in org.semanticweb.owlapi.profiles with parameters of type OWLAnnotationProperty -
Uses of OWLAnnotationProperty in org.semanticweb.owlapi.profiles.violations
Methods in org.semanticweb.owlapi.profiles.violations that return OWLAnnotationPropertyModifier and TypeMethodDescriptionUseOfReservedVocabularyForAnnotationPropertyIRI.getExpression()
UseOfUndeclaredAnnotationProperty.getExpression()
Constructors in org.semanticweb.owlapi.profiles.violations with parameters of type OWLAnnotationPropertyModifierConstructorDescriptionUseOfReservedVocabularyForAnnotationPropertyIRI
(OWLOntology ontology, OWLAxiom axiom, OWLAnnotationProperty property) UseOfUndeclaredAnnotationProperty
(OWLOntology ontology, OWLAxiom axiom, OWLAnnotation annotation, OWLAnnotationProperty prop) -
Uses of OWLAnnotationProperty in org.semanticweb.owlapi.rdf.model
Methods in org.semanticweb.owlapi.rdf.model with parameters of type OWLAnnotationProperty -
Uses of OWLAnnotationProperty in org.semanticweb.owlapi.search
Methods in org.semanticweb.owlapi.search that return types with arguments of type OWLAnnotationPropertyModifier and TypeMethodDescriptionstatic Stream
<OWLAnnotationProperty> EntitySearcher.getDisjointProperties
(OWLAnnotationProperty e, Stream<OWLOntology> ontologies) Gets the annotation properties which have been asserted to be disjoint with e in the specified ontologies.static Stream
<OWLAnnotationProperty> EntitySearcher.getDisjointProperties
(OWLAnnotationProperty e, OWLOntology ontology) Gets the annotation properties which have been asserted to be disjoint with e in the specified ontology.static Stream
<OWLAnnotationProperty> EntitySearcher.getEquivalentProperties
(OWLAnnotationProperty e, Stream<OWLOntology> ontologies) Gets the annotation properties which have been asserted to be equivalent with e by axioms in the specified ontologies.static Stream
<OWLAnnotationProperty> EntitySearcher.getEquivalentProperties
(OWLAnnotationProperty e, OWLOntology ontology) Gets the annotation properties which have been asserted to be equivalent with e by axioms in the specified ontology.static Stream
<OWLAnnotationProperty> EntitySearcher.getSubProperties
(OWLAnnotationProperty e, Stream<OWLOntology> ontologies) Gets the properties which are asserted to be sub-properties of e in the specified ontologies.static Stream
<OWLAnnotationProperty> EntitySearcher.getSubProperties
(OWLAnnotationProperty e, OWLOntology ontology) Gets the properties which are asserted to be sub-properties of e in the specified ontology.static Stream
<OWLAnnotationProperty> EntitySearcher.getSuperProperties
(OWLAnnotationProperty e, Stream<OWLOntology> ontologies) Gets the properties which are asserted to be super-properties of e in the specified ontologies.static Stream
<OWLAnnotationProperty> EntitySearcher.getSuperProperties
(OWLAnnotationProperty e, OWLOntology ontology) Gets the annotation properties which are asserted to be super-properties of e in the specified ontology.Methods in org.semanticweb.owlapi.search with parameters of type OWLAnnotationPropertyModifier and TypeMethodDescriptionstatic Stream
<OWLAnnotation> Searcher.annotationObject
(OWLAnnotationAssertionAxiom axiom, OWLAnnotationProperty p) Retrieve the annotation from an annotation assertion axiom.static Stream
<OWLAnnotation> Searcher.annotationObjects
(Stream<OWLAnnotationAssertionAxiom> axioms, OWLAnnotationProperty p) Retrieve annotations from a collection of annotation assertion axioms.static Stream
<OWLAnnotation> Searcher.annotations
(Stream<? extends OWLAxiom> axioms, OWLAnnotationProperty p) Retrieve annotations from a collection of axioms.static Stream
<OWLAnnotation> Searcher.annotations
(OWLAxiom axiom, OWLAnnotationProperty p) Retrieve annotations from an axiom.static Stream
<OWLAnnotation> EntitySearcher.getAnnotationObjects
(OWLAnnotationSubject e, Stream<OWLOntology> ontologies, OWLAnnotationProperty annotationProperty) Obtains the annotations on e where the annotation has the specified annotation property; this is restricted to the object of annotation assertion axioms.static Stream
<OWLAnnotation> EntitySearcher.getAnnotationObjects
(OWLAnnotationSubject e, OWLOntology ontology, OWLAnnotationProperty annotationProperty) Obtains the annotations on e where the annotation has the specified annotation property; this is restricted to the object of annotation assertion axioms.static Stream
<OWLAnnotation> EntitySearcher.getAnnotationObjects
(OWLEntity e, Stream<OWLOntology> ontologies, OWLAnnotationProperty annotationProperty) Obtains the annotations on e where the annotation has the specified annotation property; this is restricted to the object of annotation assertion axioms.static Stream
<OWLAnnotation> EntitySearcher.getAnnotationObjects
(OWLEntity e, OWLOntology ontology, OWLAnnotationProperty annotationProperty) Obtains the annotations on e where the annotation has the specified annotation property; this is restricted to the object of annotation assertion axioms.static Stream
<OWLAnnotation> EntitySearcher.getAnnotations
(OWLAnnotationSubject e, Stream<OWLOntology> ontologies, OWLAnnotationProperty annotationProperty) Obtains the annotations on e where the annotation has the specified annotation property.static Stream
<OWLAnnotation> EntitySearcher.getAnnotations
(OWLAnnotationSubject e, OWLOntology ontology, OWLAnnotationProperty annotationProperty) Obtains the annotations on e where the annotation has the specified annotation property.static Stream
<OWLAnnotation> EntitySearcher.getAnnotations
(OWLEntity e, Stream<OWLOntology> ontologies, OWLAnnotationProperty annotationProperty) Obtains the annotations on e where the annotation has the specified annotation property.static Stream
<OWLAnnotation> EntitySearcher.getAnnotations
(OWLEntity e, OWLOntology ontology, OWLAnnotationProperty annotationProperty) Obtains the annotations on e where the annotation has the specified annotation property.static Stream
<OWLAnnotationProperty> EntitySearcher.getDisjointProperties
(OWLAnnotationProperty e, Stream<OWLOntology> ontologies) Gets the annotation properties which have been asserted to be disjoint with e in the specified ontologies.static Stream
<OWLAnnotationProperty> EntitySearcher.getDisjointProperties
(OWLAnnotationProperty e, OWLOntology ontology) Gets the annotation properties which have been asserted to be disjoint with e in the specified ontology.EntitySearcher.getDomains
(OWLAnnotationProperty e, Stream<OWLOntology> ontologies) Gets the asserted domains of e by examining the axioms in the specified ontologies.EntitySearcher.getDomains
(OWLAnnotationProperty e, OWLOntology ontology) Gets the asserted domains of e.static Stream
<OWLAnnotationProperty> EntitySearcher.getEquivalentProperties
(OWLAnnotationProperty e, Stream<OWLOntology> ontologies) Gets the annotation properties which have been asserted to be equivalent with e by axioms in the specified ontologies.static Stream
<OWLAnnotationProperty> EntitySearcher.getEquivalentProperties
(OWLAnnotationProperty e, OWLOntology ontology) Gets the annotation properties which have been asserted to be equivalent with e by axioms in the specified ontology.EntitySearcher.getRanges
(OWLAnnotationProperty e, Stream<OWLOntology> ontologies) Gets the asserted ranges of e by examining the axioms in the specified ontologies.EntitySearcher.getRanges
(OWLAnnotationProperty e, OWLOntology ontology) Gets the ranges of e that have been asserted in the specified ontology.static Stream
<OWLAnnotationProperty> EntitySearcher.getSubProperties
(OWLAnnotationProperty e, Stream<OWLOntology> ontologies) Gets the properties which are asserted to be sub-properties of e in the specified ontologies.static Stream
<OWLAnnotationProperty> EntitySearcher.getSubProperties
(OWLAnnotationProperty e, OWLOntology ontology) Gets the properties which are asserted to be sub-properties of e in the specified ontology.static Stream
<OWLAnnotationProperty> EntitySearcher.getSuperProperties
(OWLAnnotationProperty e, Stream<OWLOntology> ontologies) Gets the properties which are asserted to be super-properties of e in the specified ontologies.static Stream
<OWLAnnotationProperty> EntitySearcher.getSuperProperties
(OWLAnnotationProperty e, OWLOntology ontology) Gets the annotation properties which are asserted to be super-properties of e in the specified ontology.static Stream
<OWLAnnotationValue> Searcher.values
(Stream<OWLAnnotation> annotations, OWLAnnotationProperty p) Retrieve annotation values from annotations. -
Uses of OWLAnnotationProperty in org.semanticweb.owlapi.util
Methods in org.semanticweb.owlapi.util that return OWLAnnotationPropertyModifier and TypeMethodDescriptionOWLObjectDesharer.visit
(OWLAnnotationProperty property) OWLObjectDuplicator.visit
(OWLAnnotationProperty property) Methods in org.semanticweb.owlapi.util that return types with arguments of type OWLAnnotationPropertyModifier and TypeMethodDescriptionAnnotationValueShortFormProvider.getAnnotationProperties()
AnnotationValueShortFormProvider.getPreferredLanguageMap()
Methods in org.semanticweb.owlapi.util with parameters of type OWLAnnotationPropertyModifier and TypeMethodDescriptionDelegatingObjectVisitorEx.visit
(OWLAnnotationProperty property) void
OWLAnnotationPropertyTransformer.visit
(OWLAnnotationProperty property) OWLEntityCollector.visit
(OWLAnnotationProperty property) void
OWLEntityComparator.visit
(OWLAnnotationProperty property) OWLEntityFragmentProvider.visit
(OWLAnnotationProperty property) void
OWLEntityRemover.visit
(OWLAnnotationProperty property) OWLObjectDesharer.visit
(OWLAnnotationProperty property) OWLObjectDuplicator.visit
(OWLAnnotationProperty property) void
SimpleRenderer.visit
(OWLAnnotationProperty property) void
SimpleRendererDebug.visit
(OWLAnnotationProperty property) void
StructureWalker.visit
(OWLAnnotationProperty property) Constructor parameters in org.semanticweb.owlapi.util with type arguments of type OWLAnnotationPropertyModifierConstructorDescriptionAnnotationValueShortFormProvider
(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) -
Uses of OWLAnnotationProperty in org.semanticweb.owlapi.util.mansyntax
Methods in org.semanticweb.owlapi.util.mansyntax that return types with arguments of type OWLAnnotationProperty -
Uses of OWLAnnotationProperty in org.semanticweb.owlapi.vocab
Methods in org.semanticweb.owlapi.vocab that return types with arguments of type OWLAnnotationPropertyModifier and TypeMethodDescriptionstatic Set
<OWLAnnotationProperty> SKOSVocabulary.getAnnotationProperties
(AnnotationPropertyProvider dataFactory) -
Uses of OWLAnnotationProperty in org.semanticweb.owlapitools.builders
Methods in org.semanticweb.owlapitools.builders that return OWLAnnotationPropertyModifier and TypeMethodDescriptionBuilderAnnotationProperty.buildObject()
BaseAnnotationPropertyBuilder.getProperty()
Methods in org.semanticweb.owlapitools.builders with parameters of type OWLAnnotationPropertyModifier and TypeMethodDescriptionBaseAnnotationPropertyBuilder.withProperty
(OWLAnnotationProperty arg) Constructors in org.semanticweb.owlapitools.builders with parameters of type OWLAnnotationPropertyModifierConstructorDescriptionBuilderAnnotationProperty
(OWLAnnotationProperty expected, OWLDataFactory df) Builder initialized from an existing object. -
Uses of OWLAnnotationProperty in uk.ac.manchester.cs.owl.owlapi
Classes in uk.ac.manchester.cs.owl.owlapi that implement OWLAnnotationPropertyMethods in uk.ac.manchester.cs.owl.owlapi that return OWLAnnotationPropertyModifier and TypeMethodDescriptionOWLDataFactoryImpl.getOWLAnnotationProperty
(IRI iri) OWLDataFactoryInternals.getOWLAnnotationProperty
(IRI iri) OWLDataFactoryInternalsImpl.getOWLAnnotationProperty
(IRI iri) OWLDataFactoryInternalsImplNoCache.getOWLAnnotationProperty
(IRI iri) OWLDataFactoryImpl.getOWLBackwardCompatibleWith()
OWLDataFactoryImpl.getOWLDeprecated()
OWLDataFactoryImpl.getOWLIncompatibleWith()
OWLDataFactoryImpl.getOWLVersionInfo()
OWLAnnotationAssertionAxiomImpl.getProperty()
OWLAnnotationImplNotAnnotated.getProperty()
OWLAnnotationPropertyDomainAxiomImpl.getProperty()
OWLAnnotationPropertyRangeAxiomImpl.getProperty()
OWLDataFactoryImpl.getRDFSComment()
OWLDataFactoryImpl.getRDFSIsDefinedBy()
OWLDataFactoryImpl.getRDFSLabel()
OWLDataFactoryImpl.getRDFSSeeAlso()
OWLSubAnnotationPropertyOfAxiomImpl.getSubProperty()
OWLSubAnnotationPropertyOfAxiomImpl.getSuperProperty()
Methods in uk.ac.manchester.cs.owl.owlapi that return types with arguments of type OWLAnnotationPropertyModifier and TypeMethodDescriptionOWLImmutableOntologyImpl.annotationPropertiesInSignature()
OWLObjectImpl.annotationPropertiesInSignature()
Methods in uk.ac.manchester.cs.owl.owlapi with parameters of type OWLAnnotationPropertyModifier and TypeMethodDescriptionOWLAxiomIndexImpl.annotationPropertyDomainAxioms
(OWLAnnotationProperty property) OWLAxiomIndexImpl.annotationPropertyRangeAxioms
(OWLAnnotationProperty property) boolean
OWLDataFactoryImpl.getOWLAnnotation
(OWLAnnotationProperty property, OWLAnnotationValue value) OWLDataFactoryImpl.getOWLAnnotation
(OWLAnnotationProperty property, OWLAnnotationValue value, Stream<OWLAnnotation> annotations) OWLDataFactoryInternals.getOWLAnnotation
(OWLAnnotationProperty property, OWLAnnotationValue value, Stream<OWLAnnotation> annotations) Construct an OWLAnnotation.OWLDataFactoryInternalsImpl.getOWLAnnotation
(OWLAnnotationProperty property, OWLAnnotationValue value, Stream<OWLAnnotation> anns) OWLDataFactoryInternalsImplNoCache.getOWLAnnotation
(OWLAnnotationProperty property, OWLAnnotationValue value, Stream<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLAnnotationAssertionAxiom
(OWLAnnotationProperty property, OWLAnnotationSubject subject, OWLAnnotationValue value, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLAnnotationPropertyDomainAxiom
(OWLAnnotationProperty prop, IRI domain, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLAnnotationPropertyRangeAxiom
(OWLAnnotationProperty prop, IRI range, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLSubAnnotationPropertyOfAxiom
(OWLAnnotationProperty sub, OWLAnnotationProperty sup, Collection<OWLAnnotation> annotations) OWLAxiomIndexImpl.subAnnotationPropertyOfAxioms
(OWLAnnotationProperty subProperty) Constructors in uk.ac.manchester.cs.owl.owlapi with parameters of type OWLAnnotationPropertyModifierConstructorDescriptionOWLAnnotationAssertionAxiomImpl
(OWLAnnotationSubject subject, OWLAnnotationProperty property, OWLAnnotationValue value, Collection<OWLAnnotation> annotations) OWLAnnotationImpl
(OWLAnnotationProperty property, OWLAnnotationValue value, Stream<OWLAnnotation> annotations) OWLAnnotationImplNotAnnotated
(OWLAnnotationProperty property, OWLAnnotationValue value) OWLAnnotationPropertyDomainAxiomImpl
(OWLAnnotationProperty property, IRI domain, Collection<OWLAnnotation> annotations) OWLAnnotationPropertyRangeAxiomImpl
(OWLAnnotationProperty property, IRI range, Collection<OWLAnnotation> annotations) OWLSubAnnotationPropertyOfAxiomImpl
(OWLAnnotationProperty subProperty, OWLAnnotationProperty superProperty, Collection<OWLAnnotation> annotations) -
Uses of OWLAnnotationProperty in uk.ac.manchester.cs.owl.owlapi.concurrent
Methods in uk.ac.manchester.cs.owl.owlapi.concurrent that return types with arguments of type OWLAnnotationPropertyModifier and TypeMethodDescriptionConcurrentOWLOntologyImpl.annotationPropertiesInSignature()
ConcurrentOWLOntologyImpl.annotationPropertiesInSignature
(Imports imports) ConcurrentOWLOntologyImpl.getAnnotationPropertiesInSignature()
ConcurrentOWLOntologyImpl.getAnnotationPropertiesInSignature
(boolean b) ConcurrentOWLOntologyImpl.getAnnotationPropertiesInSignature
(Imports imports) Methods in uk.ac.manchester.cs.owl.owlapi.concurrent with parameters of type OWLAnnotationPropertyModifier and TypeMethodDescriptionConcurrentOWLOntologyImpl.annotationPropertyDomainAxioms
(OWLAnnotationProperty owlAnnotationProperty) ConcurrentOWLOntologyImpl.annotationPropertyRangeAxioms
(OWLAnnotationProperty owlAnnotationProperty) ConcurrentOWLOntologyImpl.annotations
(OWLAnnotationProperty p) ConcurrentOWLOntologyImpl.axioms
(OWLAnnotationProperty owlAnnotationProperty) ConcurrentOWLOntologyImpl.axioms
(OWLAnnotationProperty property, Imports imports) ConcurrentOWLOntologyImpl.getAnnotationPropertyDomainAxioms
(OWLAnnotationProperty owlAnnotationProperty) ConcurrentOWLOntologyImpl.getAnnotationPropertyRangeAxioms
(OWLAnnotationProperty owlAnnotationProperty) ConcurrentOWLOntologyImpl.getAnnotations
(OWLAnnotationProperty annotationProperty) ConcurrentOWLOntologyImpl.getAxioms
(OWLAnnotationProperty owlAnnotationProperty) ConcurrentOWLOntologyImpl.getAxioms
(OWLAnnotationProperty owlAnnotationProperty, boolean b) ConcurrentOWLOntologyImpl.getAxioms
(OWLAnnotationProperty owlAnnotationProperty, Imports imports) ConcurrentOWLOntologyImpl.getSubAnnotationPropertyOfAxioms
(OWLAnnotationProperty owlAnnotationProperty) ConcurrentOWLOntologyImpl.subAnnotationPropertyOfAxioms
(OWLAnnotationProperty subProperty)
OWLSignature.annotationPropertiesInSignature(Imports)