Uses of Interface
org.semanticweb.owlapi.model.OWLAnnotation
Packages that use OWLAnnotation
Package
Description
OBO macro package.
OBO to OWL.
Binding package.
Ontology change classes.
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.
Violation classes.
RDF model package.
RDF/XML syntax parser and renderer.
Search utilities package.
Utilities package.
Builders package.
OWL API reference implementation package.
Concurrent implementation package.
-
Uses of OWLAnnotation in org.obolibrary.macro
Methods in org.obolibrary.macro that return OWLAnnotationMethods in org.obolibrary.macro that return types with arguments of type OWLAnnotationModifier and TypeMethodDescriptionAbstractMacroExpansionVisitor.getAnnotationsWithOptionalExpansionMarker
(OWLAxiom axiom) Constructor parameters in org.obolibrary.macro with type arguments of type OWLAnnotationModifierConstructorDescriptionMacroExpansionVisitor
(OWLOntology inputOntology, Set<OWLAnnotation> extraAnnotations, boolean shouldTransferAnnotations, boolean shouldAddExpansionMarker) -
Uses of OWLAnnotation in org.obolibrary.obo2owl
Methods in org.obolibrary.obo2owl that return types with arguments of type OWLAnnotationModifier and TypeMethodDescriptionOboInOwlCardinalityTools.AnnotationCardinalityConfictHandler.handleConflict
(OWLAnnotationProperty property, Collection<OWLAnnotation> ontologyAnnotations) Resolve a conflict for a given annotation property and ontology annotations.Method parameters in org.obolibrary.obo2owl with type arguments of type OWLAnnotationModifier and TypeMethodDescriptionOboInOwlCardinalityTools.AnnotationCardinalityConfictHandler.handleConflict
(OWLAnnotationProperty property, Collection<OWLAnnotation> ontologyAnnotations) Resolve a conflict for a given annotation property and ontology annotations.void
OboInOwlCardinalityTools.AnnotationCardinalityReporter.reportConflict
(OWLAnnotationProperty property, Collection<OWLAnnotation> ontologyAnnotations) Report a conflict for a given annotation property and ontology annotations. -
Uses of OWLAnnotation in org.semanticweb.owlapi.apibinding
Methods in org.semanticweb.owlapi.apibinding that return OWLAnnotationModifier 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) Methods in org.semanticweb.owlapi.apibinding with parameters of type OWLAnnotationModifier and TypeMethodDescriptionstatic OWLAnnotation
OWLFunctionalSyntaxFactory.Annotation
(OWLAnnotationProperty property, OWLAnnotationValue value, OWLAnnotation... anns) static OWLAnnotationAssertionAxiom
OWLFunctionalSyntaxFactory.AnnotationAssertion
(OWLAnnotationProperty property, OWLAnnotationSubject subject, OWLAnnotationValue value, OWLAnnotation... set) static OWLDeclarationAxiom
OWLFunctionalSyntaxFactory.Declaration
(OWLEntity entity, OWLAnnotation... a) Method parameters in org.semanticweb.owlapi.apibinding with type arguments of type OWLAnnotationModifier and TypeMethodDescriptionstatic OWLAnnotation
OWLFunctionalSyntaxFactory.Annotation
(OWLAnnotationProperty property, OWLAnnotationValue value, Collection<OWLAnnotation> anns) static OWLAnnotationAssertionAxiom
OWLFunctionalSyntaxFactory.AnnotationAssertion
(OWLAnnotationProperty property, OWLAnnotationSubject subject, OWLAnnotationValue value, Collection<OWLAnnotation> set) OWLFunctionalSyntaxFactory.AsymmetricObjectProperty
(OWLObjectPropertyExpression property, Collection<OWLAnnotation> a) static OWLClassAssertionAxiom
OWLFunctionalSyntaxFactory.ClassAssertion
(OWLClassExpression ce, OWLIndividual ind, Collection<OWLAnnotation> a) OWLFunctionalSyntaxFactory.DataPropertyAssertion
(OWLDataPropertyExpression property, OWLIndividual source, OWLLiteral target, Collection<OWLAnnotation> a) static OWLDataPropertyDomainAxiom
OWLFunctionalSyntaxFactory.DataPropertyDomain
(OWLDataPropertyExpression property, OWLClassExpression domain, Collection<OWLAnnotation> a) static OWLDataPropertyRangeAxiom
OWLFunctionalSyntaxFactory.DataPropertyRange
(OWLDataPropertyExpression property, OWLDataRange range, Collection<OWLAnnotation> a) static OWLDeclarationAxiom
OWLFunctionalSyntaxFactory.Declaration
(OWLEntity entity, Collection<OWLAnnotation> a) static OWLDisjointClassesAxiom
OWLFunctionalSyntaxFactory.DisjointClasses
(Collection<OWLAnnotation> a, OWLClassExpression... classExpressions) OWLFunctionalSyntaxFactory.DisjointDataProperties
(Collection<OWLAnnotation> a, OWLDataPropertyExpression... properties) OWLFunctionalSyntaxFactory.DisjointObjectProperties
(Collection<OWLAnnotation> a, OWLObjectPropertyExpression... properties) static OWLEquivalentClassesAxiom
OWLFunctionalSyntaxFactory.EquivalentClasses
(Collection<OWLAnnotation> a, OWLClassExpression... classExpressions) OWLFunctionalSyntaxFactory.EquivalentDataProperties
(Collection<OWLAnnotation> a, OWLDataPropertyExpression... properties) OWLFunctionalSyntaxFactory.EquivalentObjectProperties
(Collection<OWLAnnotation> a, OWLObjectPropertyExpression... properties) OWLFunctionalSyntaxFactory.FunctionalDataProperty
(OWLDataPropertyExpression property, Collection<OWLAnnotation> a) OWLFunctionalSyntaxFactory.FunctionalObjectProperty
(OWLObjectPropertyExpression property, Collection<OWLAnnotation> a) static OWLHasKeyAxiom
OWLFunctionalSyntaxFactory.HasKey
(Collection<OWLAnnotation> a, OWLClassExpression classExpression, OWLPropertyExpression... propertyExpressions) OWLFunctionalSyntaxFactory.InverseFunctionalObjectProperty
(OWLObjectPropertyExpression property, Collection<OWLAnnotation> a) OWLFunctionalSyntaxFactory.IrreflexiveObjectProperty
(OWLObjectPropertyExpression property, Collection<OWLAnnotation> a) OWLFunctionalSyntaxFactory.NegativeDataPropertyAssertion
(OWLDataPropertyExpression property, OWLIndividual source, OWLLiteral target, Collection<OWLAnnotation> a) OWLFunctionalSyntaxFactory.NegativeObjectPropertyAssertion
(OWLObjectPropertyExpression property, OWLIndividual source, OWLIndividual target, Collection<OWLAnnotation> a) OWLFunctionalSyntaxFactory.ObjectPropertyAssertion
(OWLObjectPropertyExpression property, OWLIndividual source, OWLIndividual target, Collection<OWLAnnotation> a) static OWLObjectPropertyDomainAxiom
OWLFunctionalSyntaxFactory.ObjectPropertyDomain
(OWLObjectPropertyExpression property, OWLClassExpression domain, Collection<OWLAnnotation> a) static OWLObjectPropertyRangeAxiom
OWLFunctionalSyntaxFactory.ObjectPropertyRange
(OWLObjectPropertyExpression property, OWLClassExpression range, Collection<OWLAnnotation> a) OWLFunctionalSyntaxFactory.ReflexiveObjectProperty
(OWLObjectPropertyExpression property, Collection<OWLAnnotation> a) static OWLSubClassOfAxiom
OWLFunctionalSyntaxFactory.SubClassOf
(OWLClassExpression subClass, OWLClassExpression superClass, Collection<OWLAnnotation> a) static OWLSubDataPropertyOfAxiom
OWLFunctionalSyntaxFactory.SubDataPropertyOf
(OWLDataPropertyExpression subProperty, OWLDataPropertyExpression superProperty, Collection<OWLAnnotation> a) static OWLSubObjectPropertyOfAxiom
OWLFunctionalSyntaxFactory.SubObjectPropertyOf
(OWLObjectPropertyExpression subProperty, OWLObjectPropertyExpression superProperty, Collection<OWLAnnotation> a) static OWLSubPropertyChainOfAxiom
OWLFunctionalSyntaxFactory.SubPropertyChainOf
(List<? extends OWLObjectPropertyExpression> chain, OWLObjectPropertyExpression superProperty, Collection<OWLAnnotation> a) OWLFunctionalSyntaxFactory.SymmetricObjectProperty
(OWLObjectPropertyExpression property, Collection<OWLAnnotation> a) OWLFunctionalSyntaxFactory.TransitiveObjectProperty
(OWLObjectPropertyExpression property, Collection<OWLAnnotation> a) -
Uses of OWLAnnotation in org.semanticweb.owlapi.change
Methods in org.semanticweb.owlapi.change that return OWLAnnotationModifier and TypeMethodDescriptionOntologyAnnotationChangeData.getAnnotation()
Gets theOWLAnnotation
that is the focus of someAddOntologyAnnotation
change.OntologyAnnotationChangeData.getItem()
Constructors in org.semanticweb.owlapi.change with parameters of type OWLAnnotationModifierConstructorDescriptionAddOntologyAnnotationData
(OWLAnnotation annotation) Constructs anAddOntologyAnnotationData
object that describes anAddOntologyAnnotation
change for theOWLAnnotation
specified by theannotation
parameter.OntologyAnnotationChangeData
(OWLAnnotation annotation) Constructs anOntologyAnnotationChangeData
object that describes anAddOntologyAnnotation
change for theOWLAnnotation
specified by theannotation
parameter.RemoveOntologyAnnotationData
(OWLAnnotation annotation) Constructs aRemoveOntologyAnnotationData
object that describes aRemoveOntologyAnnotation
change for theOWLAnnotation
specified by theannotation
parameter. -
Uses of OWLAnnotation in org.semanticweb.owlapi.functional.parser
Methods in org.semanticweb.owlapi.functional.parser that return OWLAnnotationMethods in org.semanticweb.owlapi.functional.parser that return types with arguments of type OWLAnnotationModifier and TypeMethodDescriptionfinal Set
<OWLAnnotation> OWLFunctionalSyntaxParser.AxiomAnnotationSet()
-
Uses of OWLAnnotation in org.semanticweb.owlapi.functional.renderer
Methods in org.semanticweb.owlapi.functional.renderer with parameters of type OWLAnnotation -
Uses of OWLAnnotation in org.semanticweb.owlapi.latex.renderer
Methods in org.semanticweb.owlapi.latex.renderer with parameters of type OWLAnnotation -
Uses of OWLAnnotation in org.semanticweb.owlapi.manchestersyntax.parser
Methods in org.semanticweb.owlapi.manchestersyntax.parser that return types with arguments of type OWLAnnotationConstructor parameters in org.semanticweb.owlapi.manchestersyntax.parser with type arguments of type OWLAnnotationModifierConstructorDescriptionManchesterOWLSyntaxOntologyHeader
(IRI ontologyIRI, IRI versionIRI, Set<OWLAnnotation> annotations, Set<OWLImportsDeclaration> importsDeclarations) -
Uses of OWLAnnotation in org.semanticweb.owlapi.manchestersyntax.renderer
Methods in org.semanticweb.owlapi.manchestersyntax.renderer with parameters of type OWLAnnotationModifier and TypeMethodDescriptionvoid
ManchesterOWLSyntaxObjectRenderer.visit
(OWLAnnotation node) -
Uses of OWLAnnotation in org.semanticweb.owlapi.model
Methods in org.semanticweb.owlapi.model that return OWLAnnotationModifier and TypeMethodDescriptionOWLAnnotation.getAnnotatedAnnotation
(Collection<OWLAnnotation> annotations) Gets an OWLAnnotation which is a copy of this annotation but which has the specified annotations.OWLAnnotation.getAnnotatedAnnotation
(Stream<OWLAnnotation> annotations) Gets an OWLAnnotation which is a copy of this annotation but which has the specified annotations.AnnotationChange.getAnnotation()
Gets the annotation that was added to an ontology.OWLAnnotationAssertionAxiom.getAnnotation()
Gets the combination of the annotation property and the annotation value as anOWLAnnotation
object.default OWLAnnotation
OWLDataFactory.getRDFSComment
(String value) Shorthand forgetOWLAnnotation(getRDFSComment(), getOWLLiteral(value))
default OWLAnnotation
OWLDataFactory.getRDFSComment
(String value, Stream<OWLAnnotation> annotations) Shorthand forgetOWLAnnotation(getRDFSComment(), getOWLLiteral(value), annotations)
default OWLAnnotation
OWLDataFactory.getRDFSComment
(OWLAnnotationValue value) Shorthand forgetOWLAnnotation(getRDFSComment(), getOWLLiteral(value))
default OWLAnnotation
OWLDataFactory.getRDFSComment
(OWLAnnotationValue value, Stream<OWLAnnotation> annotations) Shorthand forgetOWLAnnotation(getRDFSComment(), getOWLLiteral(value), annotations)
default OWLAnnotation
OWLDataFactory.getRDFSLabel
(String value) Shorthand forgetOWLAnnotation(getRDFSLabel(), getOWLLiteral(value))
default OWLAnnotation
OWLDataFactory.getRDFSLabel
(String value, Stream<OWLAnnotation> annotations) Shorthand forgetOWLAnnotation(getRDFSLabel(), getOWLLiteral(value), annotations)
default OWLAnnotation
OWLDataFactory.getRDFSLabel
(OWLAnnotationValue value) Shorthand forgetOWLAnnotation(getRDFSLabel(), getOWLLiteral(value))
default OWLAnnotation
OWLDataFactory.getRDFSLabel
(OWLAnnotationValue value, Stream<OWLAnnotation> annotations) Shorthand forgetOWLAnnotation(getRDFSLabel(), getOWLLiteral(value), annotations)
Methods in org.semanticweb.owlapi.model that return types with arguments of type OWLAnnotationModifier and TypeMethodDescriptiondefault Stream
<OWLAnnotation> HasAnnotations.annotations()
default Stream
<OWLAnnotation> HasAnnotations.annotations
(Predicate<OWLAnnotation> p) default Stream
<OWLAnnotation> HasAnnotations.annotations
(OWLAnnotationProperty p) default List
<OWLAnnotation> HasAnnotations.annotationsAsList()
default Set
<OWLAnnotation> HasAnnotations.getAnnotations()
Gets the annotations on this object.default Set
<OWLAnnotation> HasAnnotations.getAnnotations
(OWLAnnotationProperty annotationProperty) Gets the annotations whose annotation property is equal toannotationProperty
.Methods in org.semanticweb.owlapi.model with parameters of type OWLAnnotationModifier and TypeMethodDescriptiondefault void
OWLAnnotationObjectVisitor.visit
(OWLAnnotation node) visit OWLAnnotation typedefault O
OWLAnnotationObjectVisitorEx.visit
(OWLAnnotation node) visit OWLAnnotation typeMethod parameters in org.semanticweb.owlapi.model with type arguments of type OWLAnnotationModifier and TypeMethodDescriptiondefault Stream
<OWLAnnotation> HasAnnotations.annotations
(Predicate<OWLAnnotation> p) OWLAnnotation.getAnnotatedAnnotation
(Collection<OWLAnnotation> annotations) Gets an OWLAnnotation which is a copy of this annotation but which has the specified annotations.OWLAnnotation.getAnnotatedAnnotation
(Stream<OWLAnnotation> annotations) Gets an OWLAnnotation which is a copy of this annotation but which has the specified annotations.default <T extends OWLAxiom>
TOWLAxiom.getAnnotatedAxiom
(Class<T> witness, Stream<OWLAnnotation> annotations) Gets a copy of this axiom that is annotated with the specified annotations.default <T extends OWLAxiom>
TOWLAxiom.getAnnotatedAxiom
(Collection<OWLAnnotation> annotations) Gets a copy of this axiom that is annotated with the specified annotations.static <T extends OWLAxiom>
TOWLAxiom.getAnnotatedAxiom
(Collection<OWLAnnotation> annotations, T axiom) Gets a copy of the input axiom that is annotated with the specified annotations.<T extends OWLAxiom>
TOWLAxiom.getAnnotatedAxiom
(Stream<OWLAnnotation> annotations) Gets a copy of this axiom that is annotated with the specified annotations.static <T extends OWLAxiom>
TOWLAxiom.getAnnotatedAxiom
(Stream<OWLAnnotation> annotations, T axiom) Gets a copy of the input axiom that is annotated with the specified annotations.default OWLAnnotation
OWLDataFactory.getRDFSComment
(String value, Stream<OWLAnnotation> annotations) Shorthand forgetOWLAnnotation(getRDFSComment(), getOWLLiteral(value), annotations)
default OWLAnnotation
OWLDataFactory.getRDFSComment
(OWLAnnotationValue value, Stream<OWLAnnotation> annotations) Shorthand forgetOWLAnnotation(getRDFSComment(), getOWLLiteral(value), annotations)
default OWLAnnotation
OWLDataFactory.getRDFSLabel
(String value, Stream<OWLAnnotation> annotations) Shorthand forgetOWLAnnotation(getRDFSLabel(), getOWLLiteral(value), annotations)
default OWLAnnotation
OWLDataFactory.getRDFSLabel
(OWLAnnotationValue value, Stream<OWLAnnotation> annotations) Shorthand forgetOWLAnnotation(getRDFSLabel(), getOWLLiteral(value), annotations)
Constructors in org.semanticweb.owlapi.model with parameters of type OWLAnnotationModifierConstructorDescriptionAddOntologyAnnotation
(OWLOntology ont, OWLAnnotation annotation) AnnotationChange
(OWLOntology ont, OWLAnnotation annotation) RemoveOntologyAnnotation
(OWLOntology ont, OWLAnnotation annotation) -
Uses of OWLAnnotation in org.semanticweb.owlapi.model.axiomproviders
Method parameters in org.semanticweb.owlapi.model.axiomproviders with type arguments of type OWLAnnotationModifier and TypeMethodDescriptionDomainAxiomProvider.getOWLAnnotationPropertyDomainAxiom
(OWLAnnotationProperty prop, IRI domain, Collection<OWLAnnotation> annotations) RangeAxiomProvider.getOWLAnnotationPropertyRangeAxiom
(OWLAnnotationProperty prop, IRI range, Collection<OWLAnnotation> annotations) PropertyCharacteristicAxiomProvider.getOWLAsymmetricObjectPropertyAxiom
(OWLObjectPropertyExpression propertyExpression, Collection<OWLAnnotation> annotations) DomainAxiomProvider.getOWLDataPropertyDomainAxiom
(OWLDataPropertyExpression property, OWLClassExpression domain, Collection<OWLAnnotation> annotations) RangeAxiomProvider.getOWLDataPropertyRangeAxiom
(OWLDataPropertyExpression property, OWLDataRange owlDataRange, Collection<OWLAnnotation> annotations) RangeAxiomProvider.getOWLDataPropertyRangeAxiom
(OWLDataPropertyExpression property, OWL2Datatype owlDataRange, Collection<OWLAnnotation> annotations) DeclarationAxiomProvider.getOWLDatatypeDefinitionAxiom
(OWLDatatype datatype, OWLDataRange dataRange, Collection<OWLAnnotation> annotations) DeclarationAxiomProvider.getOWLDatatypeDefinitionAxiom
(OWLDatatype datatype, OWL2Datatype dataRange, Collection<OWLAnnotation> annotations) DeclarationAxiomProvider.getOWLDeclarationAxiom
(OWLEntity owlEntity, Collection<OWLAnnotation> annotations) Gets a declaration with zero or more annotations for an entitydefault OWLDisjointClassesAxiom
DisjointAxiomProvider.getOWLDisjointClassesAxiom
(Stream<? extends OWLClassExpression> classExpressions, Collection<OWLAnnotation> annotations) default OWLDisjointClassesAxiom
DisjointAxiomProvider.getOWLDisjointClassesAxiom
(OWLClassExpression classA, OWLClassExpression classB, Collection<OWLAnnotation> annotations) default OWLDisjointDataPropertiesAxiom
DisjointAxiomProvider.getOWLDisjointDataPropertiesAxiom
(OWLDataPropertyExpression p, OWLDataPropertyExpression q, Collection<OWLAnnotation> annotations) default OWLDisjointObjectPropertiesAxiom
DisjointAxiomProvider.getOWLDisjointObjectPropertiesAxiom
(OWLObjectPropertyExpression p, OWLObjectPropertyExpression q, Collection<OWLAnnotation> annotations) DisjointUnionAxiomProvider.getOWLDisjointUnionAxiom
(OWLClass owlClass, Stream<? extends OWLClassExpression> classExpressions, Collection<OWLAnnotation> annotations) default OWLEquivalentClassesAxiom
EquivalentAxiomProvider.getOWLEquivalentClassesAxiom
(OWLClassExpression clsA, OWLClassExpression clsB, Collection<OWLAnnotation> annotations) default OWLEquivalentDataPropertiesAxiom
EquivalentAxiomProvider.getOWLEquivalentDataPropertiesAxiom
(OWLDataPropertyExpression propertyA, OWLDataPropertyExpression propertyB, Collection<OWLAnnotation> annotations) EquivalentAxiomProvider.getOWLEquivalentObjectPropertiesAxiom
(OWLObjectPropertyExpression propertyA, OWLObjectPropertyExpression propertyB, Collection<OWLAnnotation> annotations) PropertyCharacteristicAxiomProvider.getOWLFunctionalDataPropertyAxiom
(OWLDataPropertyExpression property, Collection<OWLAnnotation> annotations) PropertyCharacteristicAxiomProvider.getOWLFunctionalObjectPropertyAxiom
(OWLObjectPropertyExpression property, Collection<OWLAnnotation> annotations) PropertyCharacteristicAxiomProvider.getOWLInverseFunctionalObjectPropertyAxiom
(OWLObjectPropertyExpression property, Collection<OWLAnnotation> annotations) InverseAxiomProvider.getOWLInverseObjectPropertiesAxiom
(OWLObjectPropertyExpression forwardProperty, OWLObjectPropertyExpression inverseProperty, Collection<OWLAnnotation> annotations) PropertyCharacteristicAxiomProvider.getOWLIrreflexiveObjectPropertyAxiom
(OWLObjectPropertyExpression property, Collection<OWLAnnotation> annotations) DomainAxiomProvider.getOWLObjectPropertyDomainAxiom
(OWLObjectPropertyExpression property, OWLClassExpression classExpression, Collection<OWLAnnotation> annotations) RangeAxiomProvider.getOWLObjectPropertyRangeAxiom
(OWLObjectPropertyExpression property, OWLClassExpression range, Collection<OWLAnnotation> annotations) PropertyCharacteristicAxiomProvider.getOWLReflexiveObjectPropertyAxiom
(OWLObjectPropertyExpression property, Collection<OWLAnnotation> annotations) SubAxiomProvider.getOWLSubAnnotationPropertyOfAxiom
(OWLAnnotationProperty sub, OWLAnnotationProperty sup, Collection<OWLAnnotation> annotations) SubAxiomProvider.getOWLSubClassOfAxiom
(OWLClassExpression subClass, OWLClassExpression superClass, Collection<OWLAnnotation> annotations) SubAxiomProvider.getOWLSubDataPropertyOfAxiom
(OWLDataPropertyExpression subProperty, OWLDataPropertyExpression superProperty, Collection<OWLAnnotation> annotations) SubAxiomProvider.getOWLSubObjectPropertyOfAxiom
(OWLObjectPropertyExpression subProperty, OWLObjectPropertyExpression superProperty, Collection<OWLAnnotation> annotations) PropertyChainAxiomProvider.getOWLSubPropertyChainOfAxiom
(List<? extends OWLObjectPropertyExpression> chain, OWLObjectPropertyExpression superProperty, Collection<OWLAnnotation> annotations) PropertyCharacteristicAxiomProvider.getOWLSymmetricObjectPropertyAxiom
(OWLObjectPropertyExpression property, Collection<OWLAnnotation> annotations) PropertyCharacteristicAxiomProvider.getOWLTransitiveObjectPropertyAxiom
(OWLObjectPropertyExpression property, Collection<OWLAnnotation> annotations) -
Uses of OWLAnnotation in org.semanticweb.owlapi.model.providers
Methods in org.semanticweb.owlapi.model.providers that return OWLAnnotationModifier 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 annotationMethods in org.semanticweb.owlapi.model.providers with parameters of type OWLAnnotationModifier and TypeMethodDescriptiondefault OWLAnnotation
AnnotationProvider.getOWLAnnotation
(OWLAnnotationProperty property, OWLAnnotationValue value, OWLAnnotation annotation) Gets an annotationAnnotationAssertionProvider.getOWLAnnotationAssertionAxiom
(OWLAnnotationSubject subject, OWLAnnotation annotation) AnnotationAssertionProvider.getOWLAnnotationAssertionAxiom
(OWLAnnotationSubject subject, OWLAnnotation annotation, Collection<OWLAnnotation> annotations) Method parameters in org.semanticweb.owlapi.model.providers with type arguments of type OWLAnnotationModifier and TypeMethodDescriptiondefault OWLAnnotation
AnnotationProvider.getOWLAnnotation
(OWLAnnotationProperty property, OWLAnnotationValue value, Collection<OWLAnnotation> annotations) Gets an annotationAnnotationProvider.getOWLAnnotation
(OWLAnnotationProperty property, OWLAnnotationValue value, Stream<OWLAnnotation> annotations) Gets an annotationAnnotationAssertionProvider.getOWLAnnotationAssertionAxiom
(OWLAnnotationProperty property, OWLAnnotationSubject subject, OWLAnnotationValue value, Collection<OWLAnnotation> annotations) AnnotationAssertionProvider.getOWLAnnotationAssertionAxiom
(OWLAnnotationSubject subject, OWLAnnotation annotation, Collection<OWLAnnotation> annotations) ClassAssertionProvider.getOWLClassAssertionAxiom
(OWLClassExpression classExpression, OWLIndividual individual, Collection<OWLAnnotation> annotations) DataAssertionProvider.getOWLDataPropertyAssertionAxiom
(OWLDataPropertyExpression property, OWLIndividual subject, OWLLiteral object, Collection<OWLAnnotation> annotations) default OWLDifferentIndividualsAxiom
IndividualAssertionProvider.getOWLDifferentIndividualsAxiom
(OWLIndividual i, OWLIndividual j, Collection<OWLAnnotation> annotations) DataAssertionProvider.getOWLNegativeDataPropertyAssertionAxiom
(OWLDataPropertyExpression property, OWLIndividual subject, OWLLiteral object, Collection<OWLAnnotation> annotations) ObjectAssertionProvider.getOWLNegativeObjectPropertyAssertionAxiom
(OWLObjectPropertyExpression property, OWLIndividual subject, OWLIndividual object, Collection<OWLAnnotation> annotations) ObjectAssertionProvider.getOWLObjectPropertyAssertionAxiom
(OWLObjectPropertyExpression property, OWLIndividual individual, OWLIndividual object, Collection<OWLAnnotation> annotations) default OWLSameIndividualAxiom
IndividualAssertionProvider.getOWLSameIndividualAxiom
(OWLIndividual i, OWLIndividual j, Collection<OWLAnnotation> annotations) -
Uses of OWLAnnotation in org.semanticweb.owlapi.owlxml.renderer
Methods in org.semanticweb.owlapi.owlxml.renderer with parameters of type OWLAnnotation -
Uses of OWLAnnotation in org.semanticweb.owlapi.profiles.violations
Constructors in org.semanticweb.owlapi.profiles.violations with parameters of type OWLAnnotationModifierConstructorDescriptionUseOfUndeclaredAnnotationProperty
(OWLOntology ontology, OWLAxiom axiom, OWLAnnotation annotation, OWLAnnotationProperty prop) -
Uses of OWLAnnotation in org.semanticweb.owlapi.rdf.model
Methods in org.semanticweb.owlapi.rdf.model with parameters of type OWLAnnotation -
Uses of OWLAnnotation in org.semanticweb.owlapi.rdf.rdfxml.parser
Methods in org.semanticweb.owlapi.rdf.rdfxml.parser that return types with arguments of type OWLAnnotationModifier and TypeMethodDescriptionOWLRDFConsumer.getPendingAnnotations()
Gets any annotations that were translated since the last call of this method (calling this method clears the current pending annotations).OWLRDFConsumer.translateAnnotations
(IRI n) Translates the annotation on a main node. -
Uses of OWLAnnotation in org.semanticweb.owlapi.search
Methods in org.semanticweb.owlapi.search that return types with arguments of type OWLAnnotationModifier 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) Retrieve annotations from a collection of annotation assertion axioms.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) Retrieve annotations from a collection of 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) Obtains the annotations on e; 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) Gets the annotations for e.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) Gets the annotations for e.static Stream
<OWLAnnotation> EntitySearcher.getAnnotations
(OWLEntity e, OWLOntology ontology, OWLAnnotationProperty annotationProperty) Obtains the annotations on e where the annotation has the specified annotation property.Method parameters in org.semanticweb.owlapi.search with type arguments of type OWLAnnotationModifier and TypeMethodDescriptionstatic Stream
<OWLAnnotationValue> Searcher.values
(Stream<OWLAnnotation> annotations) Retrieve annotation values from annotations.static Stream
<OWLAnnotationValue> Searcher.values
(Stream<OWLAnnotation> annotations, OWLAnnotationProperty p) Retrieve annotation values from annotations. -
Uses of OWLAnnotation in org.semanticweb.owlapi.util
Methods in org.semanticweb.owlapi.util that return OWLAnnotationModifier and TypeMethodDescriptionOWLObjectWalker.getAnnotation()
Gets the last annotation to be visited.OWLOntologyWalkerVisitor.getCurrentAnnotation()
OWLOntologyWalkerVisitorEx.getCurrentAnnotation()
OWLObjectDesharer.visit
(OWLAnnotation node) OWLObjectDuplicator.visit
(OWLAnnotation node) Methods in org.semanticweb.owlapi.util with parameters of type OWLAnnotationModifier and TypeMethodDescriptionvoid
OWLObjectWalker.setAnnotation
(OWLAnnotation node) Allow the structure walker to set the current annotation.DelegatingObjectVisitorEx.visit
(OWLAnnotation node) void
OWLAnnotationPropertyTransformer.visit
(OWLAnnotation node) void
OWLAnonymousIndividualsWithMultipleOccurrences.visit
(OWLAnnotation a) OWLObjectComponentCollector.visit
(OWLAnnotation l) OWLObjectDesharer.visit
(OWLAnnotation node) OWLObjectDuplicator.visit
(OWLAnnotation node) void
SimpleRenderer.visit
(OWLAnnotation node) void
SimpleRendererDebug.visit
(OWLAnnotation node) void
StructureWalker.visit
(OWLAnnotation node) -
Uses of OWLAnnotation in org.semanticweb.owlapitools.builders
Methods in org.semanticweb.owlapitools.builders that return OWLAnnotationMethods in org.semanticweb.owlapitools.builders with parameters of type OWLAnnotationMethod parameters in org.semanticweb.owlapitools.builders with type arguments of type OWLAnnotationModifier and TypeMethodDescriptionBaseBuilder.withAnnotations
(Collection<OWLAnnotation> arg) BaseBuilder.withAnnotations
(Stream<OWLAnnotation> arg) Constructors in org.semanticweb.owlapitools.builders with parameters of type OWLAnnotationModifierConstructorDescriptionBuilderAnnotation
(OWLAnnotation expected, OWLDataFactory df) Builder initialized from an existing object. -
Uses of OWLAnnotation in uk.ac.manchester.cs.owl.owlapi
Classes in uk.ac.manchester.cs.owl.owlapi that implement OWLAnnotationMethods in uk.ac.manchester.cs.owl.owlapi that return OWLAnnotationModifier and TypeMethodDescriptionOWLAnnotationImpl.getAnnotatedAnnotation
(Collection<OWLAnnotation> annotations) OWLAnnotationImpl.getAnnotatedAnnotation
(Stream<OWLAnnotation> annotations) OWLAnnotationImplNotAnnotated.getAnnotatedAnnotation
(Collection<OWLAnnotation> annotations) OWLAnnotationImplNotAnnotated.getAnnotatedAnnotation
(Stream<OWLAnnotation> annotations) OWLAnnotationAssertionAxiomImpl.getAnnotation()
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) Methods in uk.ac.manchester.cs.owl.owlapi that return types with arguments of type OWLAnnotationModifier and TypeMethodDescriptionOWLAnnotationImpl.annotations()
OWLAxiomImpl.annotations()
OWLImmutableOntologyImpl.annotations()
OWLAnnotationImpl.annotationsAsList()
OWLAnnotationImplNotAnnotated.annotationsAsList()
OWLAxiomImpl.annotationsAsList()
OWLImmutableOntologyImpl.annotationsAsList()
Methods in uk.ac.manchester.cs.owl.owlapi with parameters of type OWLAnnotationModifier and TypeMethodDescriptionboolean
Internals.addOntologyAnnotation
(OWLAnnotation ann) OWLDataFactoryImpl.getOWLAnnotationAssertionAxiom
(OWLAnnotationSubject subject, OWLAnnotation annotation) OWLDataFactoryImpl.getOWLAnnotationAssertionAxiom
(OWLAnnotationSubject subject, OWLAnnotation annotation, Collection<OWLAnnotation> annotations) boolean
Internals.removeOntologyAnnotation
(OWLAnnotation ann) Method parameters in uk.ac.manchester.cs.owl.owlapi with type arguments of type OWLAnnotationModifier and TypeMethodDescriptionOWLAnnotationImpl.getAnnotatedAnnotation
(Collection<OWLAnnotation> annotations) OWLAnnotationImpl.getAnnotatedAnnotation
(Stream<OWLAnnotation> annotations) OWLAnnotationImplNotAnnotated.getAnnotatedAnnotation
(Collection<OWLAnnotation> annotations) OWLAnnotationImplNotAnnotated.getAnnotatedAnnotation
(Stream<OWLAnnotation> annotations) <T extends OWLAxiom>
TOWLAnnotationAssertionAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLAnnotationPropertyDomainAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLAnnotationPropertyRangeAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLAsymmetricObjectPropertyAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLClassAssertionAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLDataPropertyAssertionAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLDataPropertyDomainAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLDataPropertyRangeAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLDatatypeDefinitionAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLDeclarationAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLDifferentIndividualsAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLDisjointClassesAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLDisjointDataPropertiesAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLDisjointObjectPropertiesAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLDisjointUnionAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLEquivalentClassesAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLEquivalentDataPropertiesAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLEquivalentObjectPropertiesAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLFunctionalDataPropertyAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLFunctionalObjectPropertyAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLHasKeyAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLInverseFunctionalObjectPropertyAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLInverseObjectPropertiesAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLIrreflexiveObjectPropertyAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLNegativeDataPropertyAssertionAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLNegativeObjectPropertyAssertionAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLObjectPropertyAssertionAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLObjectPropertyDomainAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLObjectPropertyRangeAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLReflexiveObjectPropertyAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLSameIndividualAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLSubAnnotationPropertyOfAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLSubClassOfAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLSubDataPropertyOfAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLSubObjectPropertyOfAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLSubPropertyChainAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLSymmetricObjectPropertyAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TOWLTransitiveObjectPropertyAxiomImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) <T extends OWLAxiom>
TSWRLRuleImpl.getAnnotatedAxiom
(Stream<OWLAnnotation> anns) 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.getOWLAnnotationAssertionAxiom
(OWLAnnotationSubject subject, OWLAnnotation annotation, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLAnnotationPropertyDomainAxiom
(OWLAnnotationProperty prop, IRI domain, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLAnnotationPropertyRangeAxiom
(OWLAnnotationProperty prop, IRI range, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLAsymmetricObjectPropertyAxiom
(OWLObjectPropertyExpression propertyExpression, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLClassAssertionAxiom
(OWLClassExpression classExpression, OWLIndividual individual, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLDataPropertyAssertionAxiom
(OWLDataPropertyExpression property, OWLIndividual subject, OWLLiteral object, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLDataPropertyDomainAxiom
(OWLDataPropertyExpression property, OWLClassExpression domain, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLDataPropertyRangeAxiom
(OWLDataPropertyExpression property, OWLDataRange owlDataRange, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLDataPropertyRangeAxiom
(OWLDataPropertyExpression property, OWL2Datatype owlDataRange, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLDatatypeDefinitionAxiom
(OWLDatatype datatype, OWLDataRange dataRange, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLDatatypeDefinitionAxiom
(OWLDatatype datatype, OWL2Datatype dataRange, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLDeclarationAxiom
(OWLEntity owlEntity, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLDisjointUnionAxiom
(OWLClass owlClass, Stream<? extends OWLClassExpression> classExpressions, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLFunctionalDataPropertyAxiom
(OWLDataPropertyExpression property, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLFunctionalObjectPropertyAxiom
(OWLObjectPropertyExpression property, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLInverseFunctionalObjectPropertyAxiom
(OWLObjectPropertyExpression property, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLInverseObjectPropertiesAxiom
(OWLObjectPropertyExpression forwardProperty, OWLObjectPropertyExpression inverseProperty, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLIrreflexiveObjectPropertyAxiom
(OWLObjectPropertyExpression property, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLNegativeDataPropertyAssertionAxiom
(OWLDataPropertyExpression property, OWLIndividual subject, OWLLiteral object, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLNegativeObjectPropertyAssertionAxiom
(OWLObjectPropertyExpression property, OWLIndividual subject, OWLIndividual object, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLObjectPropertyAssertionAxiom
(OWLObjectPropertyExpression property, OWLIndividual individual, OWLIndividual object, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLObjectPropertyDomainAxiom
(OWLObjectPropertyExpression property, OWLClassExpression classExpression, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLObjectPropertyRangeAxiom
(OWLObjectPropertyExpression property, OWLClassExpression range, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLReflexiveObjectPropertyAxiom
(OWLObjectPropertyExpression property, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLSubAnnotationPropertyOfAxiom
(OWLAnnotationProperty sub, OWLAnnotationProperty sup, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLSubClassOfAxiom
(OWLClassExpression subClass, OWLClassExpression superClass, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLSubDataPropertyOfAxiom
(OWLDataPropertyExpression subProperty, OWLDataPropertyExpression superProperty, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLSubObjectPropertyOfAxiom
(OWLObjectPropertyExpression subProperty, OWLObjectPropertyExpression superProperty, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLSubPropertyChainOfAxiom
(List<? extends OWLObjectPropertyExpression> chain, OWLObjectPropertyExpression superProperty, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLSymmetricObjectPropertyAxiom
(OWLObjectPropertyExpression property, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLTransitiveObjectPropertyAxiom
(OWLObjectPropertyExpression property, Collection<OWLAnnotation> annotations) Constructor parameters in uk.ac.manchester.cs.owl.owlapi with type arguments of type OWLAnnotationModifierConstructorDescriptionOWLAnnotationAssertionAxiomImpl
(OWLAnnotationSubject subject, OWLAnnotationProperty property, OWLAnnotationValue value, Collection<OWLAnnotation> annotations) OWLAnnotationImpl
(OWLAnnotationProperty property, OWLAnnotationValue value, Stream<OWLAnnotation> annotations) OWLAnnotationPropertyDomainAxiomImpl
(OWLAnnotationProperty property, IRI domain, Collection<OWLAnnotation> annotations) OWLAnnotationPropertyRangeAxiomImpl
(OWLAnnotationProperty property, IRI range, Collection<OWLAnnotation> annotations) OWLAsymmetricObjectPropertyAxiomImpl
(OWLObjectPropertyExpression property, Collection<OWLAnnotation> annotations) OWLAxiomImpl
(Collection<OWLAnnotation> annotations) OWLClassAssertionAxiomImpl
(OWLIndividual individual, OWLClassExpression classExpression, Collection<OWLAnnotation> annotations) OWLDataPropertyAssertionAxiomImpl
(OWLIndividual subject, OWLDataPropertyExpression property, OWLLiteral value, Collection<OWLAnnotation> annotations) OWLDataPropertyCharacteristicAxiomImpl
(OWLDataPropertyExpression property, Collection<OWLAnnotation> annotations) OWLDataPropertyDomainAxiomImpl
(OWLDataPropertyExpression property, OWLClassExpression domain, Collection<OWLAnnotation> annotations) OWLDataPropertyRangeAxiomImpl
(OWLDataPropertyExpression property, OWLDataRange range, Collection<OWLAnnotation> annotations) OWLDatatypeDefinitionAxiomImpl
(OWLDatatype datatype, OWLDataRange dataRange, Collection<OWLAnnotation> annotations) OWLDeclarationAxiomImpl
(OWLEntity entity, Collection<OWLAnnotation> annotations) OWLDifferentIndividualsAxiomImpl
(List<OWLIndividual> individuals, Collection<OWLAnnotation> annotations) OWLDisjointClassesAxiomImpl
(List<OWLClassExpression> classExpressions, Collection<OWLAnnotation> annotations) OWLDisjointDataPropertiesAxiomImpl
(List<OWLDataPropertyExpression> properties, Collection<OWLAnnotation> annotations) OWLDisjointObjectPropertiesAxiomImpl
(List<OWLObjectPropertyExpression> properties, Collection<OWLAnnotation> annotations) OWLDisjointUnionAxiomImpl
(OWLClass owlClass, List<OWLClassExpression> classExpressions, Collection<OWLAnnotation> annotations) OWLEquivalentClassesAxiomImpl
(List<OWLClassExpression> classExpressions, Collection<OWLAnnotation> annotations) OWLEquivalentDataPropertiesAxiomImpl
(List<OWLDataPropertyExpression> properties, Collection<OWLAnnotation> annotations) OWLEquivalentObjectPropertiesAxiomImpl
(List<OWLObjectPropertyExpression> properties, Collection<OWLAnnotation> annotations) OWLFunctionalDataPropertyAxiomImpl
(OWLDataPropertyExpression property, Collection<OWLAnnotation> annotations) OWLFunctionalObjectPropertyAxiomImpl
(OWLObjectPropertyExpression property, Collection<OWLAnnotation> annotations) OWLIndividualAxiomImpl
(Collection<OWLAnnotation> annotations) OWLIndividualRelationshipAxiomImpl
(OWLIndividual subject, P property, O object, Collection<OWLAnnotation> annotations) OWLInverseFunctionalObjectPropertyAxiomImpl
(OWLObjectPropertyExpression property, Collection<OWLAnnotation> annotations) OWLInverseObjectPropertiesAxiomImpl
(OWLObjectPropertyExpression first, OWLObjectPropertyExpression second, Collection<OWLAnnotation> annotations) OWLIrreflexiveObjectPropertyAxiomImpl
(OWLObjectPropertyExpression property, Collection<OWLAnnotation> annotations) OWLNaryClassAxiomImpl
(List<OWLClassExpression> classExpressions, Collection<OWLAnnotation> annotations) OWLNaryIndividualAxiomImpl
(List<OWLIndividual> individuals, Collection<OWLAnnotation> annotations) OWLNaryPropertyAxiomImpl
(List<P> properties, Collection<OWLAnnotation> annotations) OWLNegativeDataPropertyAssertionAxiomImpl
(OWLIndividual subject, OWLDataPropertyExpression property, OWLLiteral object, Collection<OWLAnnotation> annotations) OWLNegativeObjectPropertyAssertionAxiomImpl
(OWLIndividual subject, OWLObjectPropertyExpression property, OWLIndividual object, Collection<OWLAnnotation> annotations) OWLObjectPropertyAssertionAxiomImpl
(OWLIndividual subject, OWLObjectPropertyExpression property, OWLIndividual object, Collection<OWLAnnotation> annotations) OWLObjectPropertyCharacteristicAxiomImpl
(OWLObjectPropertyExpression property, Collection<OWLAnnotation> annotations) OWLObjectPropertyDomainAxiomImpl
(OWLObjectPropertyExpression property, OWLClassExpression domain, Collection<OWLAnnotation> annotations) OWLObjectPropertyRangeAxiomImpl
(OWLObjectPropertyExpression property, OWLClassExpression range, Collection<OWLAnnotation> annotations) OWLPropertyDomainAxiomImpl
(P property, OWLClassExpression domain, Collection<OWLAnnotation> annotations) OWLPropertyRangeAxiomImpl
(P property, R range, Collection<OWLAnnotation> annotations) OWLReflexiveObjectPropertyAxiomImpl
(OWLObjectPropertyExpression property, Collection<OWLAnnotation> annotations) OWLSameIndividualAxiomImpl
(List<OWLIndividual> individuals, Collection<OWLAnnotation> annotations) OWLSubAnnotationPropertyOfAxiomImpl
(OWLAnnotationProperty subProperty, OWLAnnotationProperty superProperty, Collection<OWLAnnotation> annotations) OWLSubClassOfAxiomImpl
(OWLClassExpression subClass, OWLClassExpression superClass, Collection<OWLAnnotation> annotations) OWLSubDataPropertyOfAxiomImpl
(OWLDataPropertyExpression subProperty, OWLDataPropertyExpression superProperty, Collection<OWLAnnotation> annotations) OWLSubObjectPropertyOfAxiomImpl
(OWLObjectPropertyExpression subProperty, OWLObjectPropertyExpression superProperty, Collection<OWLAnnotation> annotations) OWLSubPropertyAxiomImpl
(P subProperty, P superProperty, Collection<OWLAnnotation> annotations) OWLSubPropertyChainAxiomImpl
(List<? extends OWLObjectPropertyExpression> propertyChain, OWLObjectPropertyExpression superProperty, Collection<OWLAnnotation> annotations) OWLSymmetricObjectPropertyAxiomImpl
(OWLObjectPropertyExpression property, Collection<OWLAnnotation> annotations) OWLTransitiveObjectPropertyAxiomImpl
(OWLObjectPropertyExpression property, Collection<OWLAnnotation> annotations) OWLUnaryPropertyAxiomImpl
(P property, Collection<OWLAnnotation> annotations) -
Uses of OWLAnnotation in uk.ac.manchester.cs.owl.owlapi.concurrent
Methods in uk.ac.manchester.cs.owl.owlapi.concurrent that return types with arguments of type OWLAnnotationModifier and TypeMethodDescriptionConcurrentOWLOntologyImpl.annotations()
ConcurrentOWLOntologyImpl.annotations
(Predicate<OWLAnnotation> p) ConcurrentOWLOntologyImpl.annotations
(OWLAnnotationProperty p) ConcurrentOWLOntologyImpl.annotationsAsList()
ConcurrentOWLOntologyImpl.getAnnotations()
ConcurrentOWLOntologyImpl.getAnnotations
(OWLAnnotationProperty annotationProperty) Method parameters in uk.ac.manchester.cs.owl.owlapi.concurrent with type arguments of type OWLAnnotationModifier and TypeMethodDescriptionConcurrentOWLOntologyImpl.annotations
(Predicate<OWLAnnotation> p)