Uses of Interface
org.semanticweb.owlapi.model.OWLAnnotationSubject
Packages that use OWLAnnotationSubject
Package
Description
Binding package.
Functional syntax parser and renderer.
Manchester OWL syntax parser and renderer.
Main API classes.
Provider interfaces.
Search utilities package.
Builders package.
OWL API reference implementation package.
Concurrent implementation package.
-
Uses of OWLAnnotationSubject in org.semanticweb.owlapi.apibinding
Methods in org.semanticweb.owlapi.apibinding with parameters of type OWLAnnotationSubjectModifier and TypeMethodDescriptionstatic 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) -
Uses of OWLAnnotationSubject in org.semanticweb.owlapi.functional.parser
Methods in org.semanticweb.owlapi.functional.parser that return OWLAnnotationSubjectModifier and TypeMethodDescriptionfinal OWLAnnotationSubject
OWLFunctionalSyntaxParser.AnnotationSubject()
-
Uses of OWLAnnotationSubject in org.semanticweb.owlapi.manchestersyntax.renderer
Methods in org.semanticweb.owlapi.manchestersyntax.renderer with parameters of type OWLAnnotationSubjectModifier and TypeMethodDescriptionManchesterOWLSyntaxFrameRenderer.writeAnnotations
(OWLAnnotationSubject subject) Write annotations. -
Uses of OWLAnnotationSubject in org.semanticweb.owlapi.model
Subinterfaces of OWLAnnotationSubject in org.semanticweb.owlapi.modelModifier and TypeInterfaceDescriptioninterface
Represents Anonymous Individuals in the OWL 2 Specification.Classes in org.semanticweb.owlapi.model that implement OWLAnnotationSubjectMethods in org.semanticweb.owlapi.model with parameters of type OWLAnnotationSubjectModifier and TypeMethodDescriptiondefault Stream
<OWLAnnotationAssertionAxiom> OWLAxiomIndex.annotationAssertionAxioms
(OWLAnnotationSubject entity) Gets the axioms that annotate the specified entity.default Stream
<OWLAnnotationAssertionAxiom> OWLAxiomIndex.annotationAssertionAxioms
(OWLAnnotationSubject entity, Imports imports) Gets the axioms that annotate the specified entity.default Set
<OWLAnnotationAssertionAxiom> OWLAxiomIndex.getAnnotationAssertionAxioms
(OWLAnnotationSubject entity) Gets the axioms that annotate the specified entity.default Set
<OWLAnnotationAssertionAxiom> OWLAxiomIndex.getAnnotationAssertionAxioms
(OWLAnnotationSubject entity, Imports imports) Gets the axioms that annotate the specified entity. -
Uses of OWLAnnotationSubject in org.semanticweb.owlapi.model.providers
Methods in org.semanticweb.owlapi.model.providers with parameters of type OWLAnnotationSubjectModifier and TypeMethodDescriptiondefault OWLAnnotationAssertionAxiom
AnnotationAssertionProvider.getOWLAnnotationAssertionAxiom
(OWLAnnotationProperty property, OWLAnnotationSubject subject, OWLAnnotationValue value) AnnotationAssertionProvider.getOWLAnnotationAssertionAxiom
(OWLAnnotationProperty property, OWLAnnotationSubject subject, OWLAnnotationValue value, Collection<OWLAnnotation> annotations) AnnotationAssertionProvider.getOWLAnnotationAssertionAxiom
(OWLAnnotationSubject subject, OWLAnnotation annotation) AnnotationAssertionProvider.getOWLAnnotationAssertionAxiom
(OWLAnnotationSubject subject, OWLAnnotation annotation, Collection<OWLAnnotation> annotations) -
Uses of OWLAnnotationSubject in org.semanticweb.owlapi.search
Methods in org.semanticweb.owlapi.search with parameters of type OWLAnnotationSubjectModifier and TypeMethodDescriptionstatic Stream
<OWLAnnotationAssertionAxiom> EntitySearcher.getAnnotationAssertionAxioms
(OWLAnnotationSubject e, OWLOntology ontology) 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.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. -
Uses of OWLAnnotationSubject in org.semanticweb.owlapitools.builders
Methods in org.semanticweb.owlapitools.builders that return OWLAnnotationSubjectMethods in org.semanticweb.owlapitools.builders with parameters of type OWLAnnotationSubjectModifier and TypeMethodDescriptionBuilderAnnotationAssertion.withSubject
(OWLAnnotationSubject arg) -
Uses of OWLAnnotationSubject in uk.ac.manchester.cs.owl.owlapi
Classes in uk.ac.manchester.cs.owl.owlapi that implement OWLAnnotationSubjectMethods in uk.ac.manchester.cs.owl.owlapi that return OWLAnnotationSubjectMethods in uk.ac.manchester.cs.owl.owlapi with parameters of type OWLAnnotationSubjectModifier and TypeMethodDescriptionOWLDataFactoryImpl.getOWLAnnotationAssertionAxiom
(OWLAnnotationProperty property, OWLAnnotationSubject subject, OWLAnnotationValue value, Collection<OWLAnnotation> annotations) OWLDataFactoryImpl.getOWLAnnotationAssertionAxiom
(OWLAnnotationSubject subject, OWLAnnotation annotation) OWLDataFactoryImpl.getOWLAnnotationAssertionAxiom
(OWLAnnotationSubject subject, OWLAnnotation annotation, Collection<OWLAnnotation> annotations) Constructors in uk.ac.manchester.cs.owl.owlapi with parameters of type OWLAnnotationSubjectModifierConstructorDescriptionOWLAnnotationAssertionAxiomImpl
(OWLAnnotationSubject subject, OWLAnnotationProperty property, OWLAnnotationValue value, Collection<OWLAnnotation> annotations) -
Uses of OWLAnnotationSubject in uk.ac.manchester.cs.owl.owlapi.concurrent
Methods in uk.ac.manchester.cs.owl.owlapi.concurrent with parameters of type OWLAnnotationSubjectModifier and TypeMethodDescriptionConcurrentOWLOntologyImpl.annotationAssertionAxioms
(OWLAnnotationSubject entity) ConcurrentOWLOntologyImpl.annotationAssertionAxioms
(OWLAnnotationSubject entity, Imports imports) ConcurrentOWLOntologyImpl.getAnnotationAssertionAxioms
(OWLAnnotationSubject owlAnnotationSubject) ConcurrentOWLOntologyImpl.getAnnotationAssertionAxioms
(OWLAnnotationSubject entity, Imports imports)