public interface OWLAnnotationAxiomVisitor
Modifier and Type | Method and Description |
---|---|
void |
visit(OWLAnnotationAssertionAxiom axiom)
visit OWLAnnotationAssertionAxiom type
|
void |
visit(OWLAnnotationPropertyDomainAxiom axiom)
visit OWLAnnotationPropertyDomainAxiom type
|
void |
visit(OWLAnnotationPropertyRangeAxiom axiom)
visit OWLAnnotationPropertyRangeAxiom type
|
void |
visit(OWLSubAnnotationPropertyOfAxiom axiom)
visit OWLSubAnnotationPropertyOfAxiom type
|
void visit(@Nonnull OWLAnnotationAssertionAxiom axiom)
axiom
- object to visitvoid visit(@Nonnull OWLSubAnnotationPropertyOfAxiom axiom)
axiom
- object to visitvoid visit(@Nonnull OWLAnnotationPropertyDomainAxiom axiom)
axiom
- object to visitvoid visit(@Nonnull OWLAnnotationPropertyRangeAxiom axiom)
axiom
- object to visitCopyright © 2020 The University of Manchester. All rights reserved.