Package org.semanticweb.owlapi.model
Interface OWLPropertyExpressionVisitor
- All Superinterfaces:
OWLPropertyEntityVisitorBase
,OWLVisitorBase
- All Known Subinterfaces:
OWLObjectVisitor
- All Known Implementing Classes:
AbstractCollector
,DLExpressivityChecker
,OWLAnnotationPropertyTransformer
,OWLAnonymousIndividualsWithMultipleOccurrences
,OWLOntologyWalkerVisitor
,ProfileVisitor
,ProfileVisitorBase
,SimpleRenderer
,SimpleRendererDebug
,StructureWalker
An interface to object that can visit the different types of property
expressions.
- Since:
- 2.0.0
- Author:
- Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
visit
(OWLObjectInverseOf property) visit OWLObjectInverseOf typeMethods 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 OWLObjectInverseOf type- Parameters:
property
- property to visit
-