Uses of Interface
org.semanticweb.owl.model.OWLPropertyExpressionVisitorEx

Packages that use OWLPropertyExpressionVisitorEx
org.semanticweb.owl.model   
org.semanticweb.owl.util   
uk.ac.manchester.cs.owl   
 

Uses of OWLPropertyExpressionVisitorEx in org.semanticweb.owl.model
 

Subinterfaces of OWLPropertyExpressionVisitorEx in org.semanticweb.owl.model
 interface OWLObjectVisitorEx<O>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 16-Apr-2008

 

Methods in org.semanticweb.owl.model with parameters of type OWLPropertyExpressionVisitorEx
<O> O
OWLPropertyExpression.accept(OWLPropertyExpressionVisitorEx<O> visitor)
           
 

Uses of OWLPropertyExpressionVisitorEx in org.semanticweb.owl.util
 

Classes in org.semanticweb.owl.util that implement OWLPropertyExpressionVisitorEx
 class DelegatingObjectVisitorEx<O>
          Author: Matthew Horridge
The University Of Manchester
Information Management Group
Date: 29-Jul-2008

A delegating visitor.
 class OWLObjectVisitorExAdapter<O>
          Author: Matthew Horridge
The University Of Manchester
Information Management Group
Date: 29-Jul-2008

 class OWLOntologyWalkerVisitor<E>
          Author: Matthew Horridge
The University Of Manchester
Information Management Group
Date: 30-Jul-2008

 

Uses of OWLPropertyExpressionVisitorEx in uk.ac.manchester.cs.owl
 

Methods in uk.ac.manchester.cs.owl with parameters of type OWLPropertyExpressionVisitorEx
<O> O
OWLObjectPropertyInverseImpl.accept(OWLPropertyExpressionVisitorEx<O> visitor)
           
<O> O
OWLObjectPropertyImpl.accept(OWLPropertyExpressionVisitorEx<O> visitor)
           
<O> O
OWLDataPropertyImpl.accept(OWLPropertyExpressionVisitorEx<O> visitor)