Uses of Interface
org.semanticweb.owlapi.model.OWLAnnotationAxiom
Packages that use OWLAnnotationAxiom
Package
Description
Main API classes.
OWL API reference implementation package.
Concurrent implementation package.
-
Uses of OWLAnnotationAxiom in org.semanticweb.owlapi.model
Subinterfaces of OWLAnnotationAxiom in org.semanticweb.owlapi.modelModifier and TypeInterfaceDescriptioninterface
Represents AnnotationAssertion axioms in the OWL 2 specification.interface
Represents an AnnotationPropertyDomain axiom in the OWL 2 specification.interface
Represents an AnnotationPropertyRange axiom in the OWL 2 specification.interface
Represents an SubAnnotationPropertyOf axiom in the OWL 2 Specification.Methods in org.semanticweb.owlapi.model that return types with arguments of type OWLAnnotationAxiomModifier and TypeMethodDescriptiondefault 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<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. -
Uses of OWLAnnotationAxiom in uk.ac.manchester.cs.owl.owlapi
Classes in uk.ac.manchester.cs.owl.owlapi that implement OWLAnnotationAxiomModifier and TypeClassDescriptionclass
class
class
class
-
Uses of OWLAnnotationAxiom in uk.ac.manchester.cs.owl.owlapi.concurrent
Methods in uk.ac.manchester.cs.owl.owlapi.concurrent that return types with arguments of type OWLAnnotationAxiomModifier and TypeMethodDescriptionConcurrentOWLOntologyImpl.axioms
(OWLAnnotationProperty owlAnnotationProperty) ConcurrentOWLOntologyImpl.axioms
(OWLAnnotationProperty property, Imports imports) ConcurrentOWLOntologyImpl.getAxioms
(OWLAnnotationProperty owlAnnotationProperty) ConcurrentOWLOntologyImpl.getAxioms
(OWLAnnotationProperty owlAnnotationProperty, boolean b) ConcurrentOWLOntologyImpl.getAxioms
(OWLAnnotationProperty owlAnnotationProperty, Imports imports)
OWLAxiomCollection.axioms(OWLAnnotationProperty, Imports)
instead