Package org.semanticweb.owlapi.model
Interface OWLNamedObjectVisitor
- All Superinterfaces:
OWLClassVisitorBase
,OWLDataEntityVisitorBase
,OWLEntityVisitor
,OWLIndividualEntityVisitorBase
,OWLPropertyEntityVisitorBase
,OWLVisitorBase
- All Known Subinterfaces:
OWLObjectVisitor
- All Known Implementing Classes:
AbstractCollector
,AbstractTranslator
,BotEquivalenceEvaluator
,DLExpressivityChecker
,DLSyntaxObjectRenderer
,FunctionalSyntaxObjectRenderer
,KRSS2ObjectRenderer
,KRSS2OWLObjectRenderer
,KRSSObjectRenderer
,LatexObjectVisitor
,ManchesterOWLSyntaxFrameRenderer
,ManchesterOWLSyntaxObjectRenderer
,OWLAnnotationPropertyTransformer
,OWLAnonymousIndividualsWithMultipleOccurrences
,OWLOntologyWalkerVisitor
,OWLXMLObjectRenderer
,ProfileVisitor
,ProfileVisitorBase
,RDFTranslator
,SigAccessor
,SimpleRenderer
,SimpleRendererDebug
,StructureWalker
,TopEquivalenceEvaluator
- Since:
- 2.0.0
- Author:
- Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
visit
(OWLOntology ontology) visit OWLOntology typeMethods inherited from interface org.semanticweb.owlapi.model.OWLClassVisitorBase
visit
Methods inherited from interface org.semanticweb.owlapi.model.OWLDataEntityVisitorBase
visit
Methods inherited from interface org.semanticweb.owlapi.model.OWLIndividualEntityVisitorBase
visit
Methods inherited from interface org.semanticweb.owlapi.model.OWLPropertyEntityVisitorBase
visit, visit, visit
Methods inherited from interface org.semanticweb.owlapi.model.OWLVisitorBase
doDefault, getDefaultReturnValue, handleDefault
-
Method Details
-
visit
visit OWLOntology type- Parameters:
ontology
- ontology to visit
-