Package org.semanticweb.owlapi.model
Interface OWLAnnotationAxiomVisitor
- All Superinterfaces:
OWLVisitorBase
- All Known Subinterfaces:
OWLAnnotationObjectVisitor
,OWLAxiomVisitor
,OWLObjectVisitor
- All Known Implementing Classes:
AbstractCollector
,AbstractTranslator
,BotEquivalenceEvaluator
,DebuggerClassExpressionGenerator
,DLExpressivityChecker
,DLSyntaxObjectRenderer
,FilteringOWLOntologyChangeListener
,FunctionalSyntaxObjectRenderer
,KRSS2ObjectRenderer
,KRSS2OWLObjectRenderer
,KRSSObjectRenderer
,LatexObjectVisitor
,ManchesterOWLSyntaxFrameRenderer
,ManchesterOWLSyntaxObjectRenderer
,OWLAnnotationPropertyTransformer
,OWLAnonymousIndividualsWithMultipleOccurrences
,OWLOntologyChangeFilter
,OWLOntologyWalkerVisitor
,OWLXMLObjectRenderer
,ProfileVisitor
,ProfileVisitorBase
,RDFTranslator
,SemanticLocalityChecker
,SigAccessor
,SimpleRenderer
,SimpleRendererDebug
,StructureWalker
,SyntacticLocalityChecker
,TopEquivalenceEvaluator
A visitor which visits the different kinds of annotation axioms.
- Since:
- 3.0.0
- Author:
- Matthew Horridge, The University of Manchester, Information Management Group
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
visit
(OWLAnnotationAssertionAxiom axiom) visit OWLAnnotationAssertionAxiom typedefault void
visit OWLAnnotationPropertyDomainAxiom typedefault void
visit OWLAnnotationPropertyRangeAxiom typedefault void
visit OWLSubAnnotationPropertyOfAxiom typeMethods inherited from interface org.semanticweb.owlapi.model.OWLVisitorBase
doDefault, getDefaultReturnValue, handleDefault
-
Method Details
-
visit
visit OWLAnnotationAssertionAxiom type- Parameters:
axiom
- object to visit
-
visit
visit OWLSubAnnotationPropertyOfAxiom type- Parameters:
axiom
- object to visit
-
visit
visit OWLAnnotationPropertyDomainAxiom type- Parameters:
axiom
- object to visit
-
visit
visit OWLAnnotationPropertyRangeAxiom type- Parameters:
axiom
- object to visit
-