Uses of Interface
org.semanticweb.owlapi.model.OWLAnnotationPropertyDomainAxiom
Packages that use OWLAnnotationPropertyDomainAxiom
Package
Description
Binding package.
Functional syntax parser and renderer.
Functional syntax parser and renderer.
LaTeX syntax renderer.
Manchester OWL syntax parser and renderer.
Main API classes.
Axiom provider classes.
OWL/XML syntax parser and renderer.
RDF model package.
Utilities package.
Builders package.
OWL API reference implementation package.
Concurrent implementation package.
-
Uses of OWLAnnotationPropertyDomainAxiom in org.semanticweb.owlapi.apibinding
Methods in org.semanticweb.owlapi.apibinding that return OWLAnnotationPropertyDomainAxiomModifier and TypeMethodDescriptionOWLFunctionalSyntaxFactory.AnnotationPropertyDomain
(OWLAnnotationProperty property, String iri) OWLFunctionalSyntaxFactory.AnnotationPropertyDomain
(OWLAnnotationProperty property, IRI iri) -
Uses of OWLAnnotationPropertyDomainAxiom in org.semanticweb.owlapi.functional.parser
Methods in org.semanticweb.owlapi.functional.parser that return OWLAnnotationPropertyDomainAxiom -
Uses of OWLAnnotationPropertyDomainAxiom in org.semanticweb.owlapi.functional.renderer
Methods in org.semanticweb.owlapi.functional.renderer with parameters of type OWLAnnotationPropertyDomainAxiomModifier and TypeMethodDescriptionvoid
FunctionalSyntaxObjectRenderer.visit
(OWLAnnotationPropertyDomainAxiom axiom) -
Uses of OWLAnnotationPropertyDomainAxiom in org.semanticweb.owlapi.latex.renderer
Methods in org.semanticweb.owlapi.latex.renderer with parameters of type OWLAnnotationPropertyDomainAxiomModifier and TypeMethodDescriptionvoid
LatexObjectVisitor.visit
(OWLAnnotationPropertyDomainAxiom axiom) -
Uses of OWLAnnotationPropertyDomainAxiom in org.semanticweb.owlapi.manchestersyntax.renderer
Methods in org.semanticweb.owlapi.manchestersyntax.renderer with parameters of type OWLAnnotationPropertyDomainAxiomModifier and TypeMethodDescriptionvoid
ManchesterOWLSyntaxObjectRenderer.visit
(OWLAnnotationPropertyDomainAxiom axiom) -
Uses of OWLAnnotationPropertyDomainAxiom in org.semanticweb.owlapi.model
Fields in org.semanticweb.owlapi.model with type parameters of type OWLAnnotationPropertyDomainAxiomModifier and TypeFieldDescriptionstatic final AxiomType<OWLAnnotationPropertyDomainAxiom>
AxiomType.ANNOTATION_PROPERTY_DOMAIN
AnnotationPropertyDomain.Methods in org.semanticweb.owlapi.model that return OWLAnnotationPropertyDomainAxiomMethods in org.semanticweb.owlapi.model that return types with arguments of type OWLAnnotationPropertyDomainAxiomModifier and TypeMethodDescriptionOWLAxiomIndex.annotationPropertyDomainAxioms
(OWLAnnotationProperty property) Gets theOWLAnnotationPropertyDomainAxiom
objects where the specified property is the property in the domain axiom.default Set<OWLAnnotationPropertyDomainAxiom>
OWLAxiomIndex.getAnnotationPropertyDomainAxioms
(OWLAnnotationProperty property) Gets theOWLAnnotationPropertyDomainAxiom
objects where the specified property is the property in the domain axiom.Methods in org.semanticweb.owlapi.model with parameters of type OWLAnnotationPropertyDomainAxiomModifier and TypeMethodDescriptiondefault void
OWLAnnotationAxiomVisitor.visit
(OWLAnnotationPropertyDomainAxiom axiom) visit OWLAnnotationPropertyDomainAxiom typedefault O
OWLAnnotationAxiomVisitorEx.visit
(OWLAnnotationPropertyDomainAxiom axiom) visit OWLAnnotationPropertyDomainAxiom type -
Uses of OWLAnnotationPropertyDomainAxiom in org.semanticweb.owlapi.model.axiomproviders
Methods in org.semanticweb.owlapi.model.axiomproviders that return OWLAnnotationPropertyDomainAxiomModifier and TypeMethodDescriptiondefault OWLAnnotationPropertyDomainAxiom
DomainAxiomProvider.getOWLAnnotationPropertyDomainAxiom
(OWLAnnotationProperty prop, IRI domain) DomainAxiomProvider.getOWLAnnotationPropertyDomainAxiom
(OWLAnnotationProperty prop, IRI domain, Collection<OWLAnnotation> annotations) -
Uses of OWLAnnotationPropertyDomainAxiom in org.semanticweb.owlapi.owlxml.renderer
Methods in org.semanticweb.owlapi.owlxml.renderer with parameters of type OWLAnnotationPropertyDomainAxiomModifier and TypeMethodDescriptionvoid
OWLXMLObjectRenderer.visit
(OWLAnnotationPropertyDomainAxiom axiom) -
Uses of OWLAnnotationPropertyDomainAxiom in org.semanticweb.owlapi.rdf.model
Methods in org.semanticweb.owlapi.rdf.model with parameters of type OWLAnnotationPropertyDomainAxiomModifier and TypeMethodDescriptionvoid
AbstractTranslator.visit
(OWLAnnotationPropertyDomainAxiom axiom) -
Uses of OWLAnnotationPropertyDomainAxiom in org.semanticweb.owlapi.util
Methods in org.semanticweb.owlapi.util that return OWLAnnotationPropertyDomainAxiomModifier and TypeMethodDescriptionOWLObjectDesharer.visit
(OWLAnnotationPropertyDomainAxiom axiom) OWLObjectDuplicator.visit
(OWLAnnotationPropertyDomainAxiom ax) Methods in org.semanticweb.owlapi.util with parameters of type OWLAnnotationPropertyDomainAxiomModifier and TypeMethodDescriptionAxiomSubjectProviderEx.visit
(OWLAnnotationPropertyDomainAxiom axiom) DelegatingObjectVisitorEx.visit
(OWLAnnotationPropertyDomainAxiom axiom) HornAxiomVisitorEx.visit
(OWLAnnotationPropertyDomainAxiom axiom) void
OWLAnnotationPropertyTransformer.visit
(OWLAnnotationPropertyDomainAxiom ax) OWLObjectDesharer.visit
(OWLAnnotationPropertyDomainAxiom axiom) OWLObjectDuplicator.visit
(OWLAnnotationPropertyDomainAxiom ax) void
SimpleRenderer.visit
(OWLAnnotationPropertyDomainAxiom axiom) void
SimpleRendererDebug.visit
(OWLAnnotationPropertyDomainAxiom axiom) void
StructureWalker.visit
(OWLAnnotationPropertyDomainAxiom axiom) -
Uses of OWLAnnotationPropertyDomainAxiom in org.semanticweb.owlapitools.builders
Methods in org.semanticweb.owlapitools.builders that return OWLAnnotationPropertyDomainAxiomConstructors in org.semanticweb.owlapitools.builders with parameters of type OWLAnnotationPropertyDomainAxiomModifierConstructorDescriptionBuilder initialized from an existing object. -
Uses of OWLAnnotationPropertyDomainAxiom in org.semanticweb.owlapitools.decomposition
Methods in org.semanticweb.owlapitools.decomposition with parameters of type OWLAnnotationPropertyDomainAxiomModifier and TypeMethodDescriptionvoid
SyntacticLocalityChecker.visit
(OWLAnnotationPropertyDomainAxiom axiom) -
Uses of OWLAnnotationPropertyDomainAxiom in uk.ac.manchester.cs.owl.owlapi
Classes in uk.ac.manchester.cs.owl.owlapi that implement OWLAnnotationPropertyDomainAxiomMethods in uk.ac.manchester.cs.owl.owlapi that return OWLAnnotationPropertyDomainAxiomModifier and TypeMethodDescriptionOWLAnnotationPropertyDomainAxiomImpl.getAxiomWithoutAnnotations()
OWLDataFactoryImpl.getOWLAnnotationPropertyDomainAxiom
(OWLAnnotationProperty prop, IRI domain, Collection<OWLAnnotation> annotations) Methods in uk.ac.manchester.cs.owl.owlapi that return types with arguments of type OWLAnnotationPropertyDomainAxiomModifier and TypeMethodDescriptionOWLAxiomIndexImpl.annotationPropertyDomainAxioms
(OWLAnnotationProperty property) -
Uses of OWLAnnotationPropertyDomainAxiom in uk.ac.manchester.cs.owl.owlapi.concurrent
Methods in uk.ac.manchester.cs.owl.owlapi.concurrent that return types with arguments of type OWLAnnotationPropertyDomainAxiomModifier and TypeMethodDescriptionConcurrentOWLOntologyImpl.annotationPropertyDomainAxioms
(OWLAnnotationProperty owlAnnotationProperty) ConcurrentOWLOntologyImpl.getAnnotationPropertyDomainAxioms
(OWLAnnotationProperty owlAnnotationProperty)