org.semanticweb.owlapi.model
Interface OWLPropertyExpressionVisitorEx<O>

All Known Subinterfaces:
OWLObjectVisitorEx<O>
All Known Implementing Classes:
DelegatingObjectVisitorEx, MaximumModalDepthFinder, OWL2ELProfile.OWL2ELProfileObjectVisitor, OWLClassExpressionCollector, OWLObjectVisitorExAdapter, OWLOntologyWalkerVisitor

public interface OWLPropertyExpressionVisitorEx<O>

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 16-Apr-2008


Method Summary
 O visit(OWLDataProperty property)
           
 O visit(OWLObjectInverseOf property)
           
 O visit(OWLObjectProperty property)
           
 

Method Detail

visit

O visit(OWLObjectProperty property)

visit

O visit(OWLObjectInverseOf property)

visit

O visit(OWLDataProperty property)