org.semanticweb.owl.model
Interface OWLPropertyExpressionVisitor

All Known Subinterfaces:
OWLObjectVisitor
All Known Implementing Classes:
AbstractTranslator, DIGRenderer, DLExpressivityChecker, DLSyntaxObjectRenderer, HashCode, KRSS2OWLObjectRenderer, LatexObjectVisitor, ManchesterOWLSyntaxFrameRenderer, ManchesterOWLSyntaxObjectRenderer, OWLDescriptionComparator.OWLPropertyExpressionComparator, OWLEntityCollector, OWLObjectComponentCollector, OWLObjectDuplicator, OWLObjectRenderer, OWLObjectTypeIndexProvider, OWLObjectVisitorAdapter, OWLXMLObjectRenderer, RDFTranslator, 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)