org.semanticweb.owl.model
Interface OWLPropertyExpressionVisitor

All Known Subinterfaces:
OWLObjectVisitor
All Known Implementing Classes:
DIGRenderer, DLExpressivityChecker, HashCode, OWLDescriptionComparator.OWLPropertyExpressionComparator, OWLEntityCollector, OWLObjectComponentCollector, OWLObjectDuplicator, OWLObjectTypeIndexProvider, OWLObjectVisitorAdapter, SimpleRenderer

public interface OWLPropertyExpressionVisitor

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Nov-2006


Method Summary
 void visit(OWLDataProperty property)
           
 void visit(OWLObjectProperty property)
           
 void visit(OWLObjectPropertyInverse property)
           
 

Method Detail

visit

void visit(OWLObjectProperty property)

visit

void visit(OWLObjectPropertyInverse property)

visit

void visit(OWLDataProperty property)