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

Packages that use OWLPropertyAxiomVisitor
org.semanticweb.owl.impl.model A basic implementation of the OWL API.  
org.semanticweb.owl.model An API for OWL.  
org.semanticweb.owl.model.helper Helper classes for the OWL API.  
 

Uses of OWLPropertyAxiomVisitor in org.semanticweb.owl.impl.model
 

Methods in org.semanticweb.owl.impl.model with parameters of type OWLPropertyAxiomVisitor
 void OWLSubPropertyAxiomImpl.accept(OWLPropertyAxiomVisitor visitor)
           
 void OWLEquivalentPropertiesAxiomImpl.accept(OWLPropertyAxiomVisitor visitor)
           
 

Uses of OWLPropertyAxiomVisitor in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model with parameters of type OWLPropertyAxiomVisitor
 void OWLPropertyAxiom.accept(OWLPropertyAxiomVisitor visitor)
          Accept a visit from a visitor
 

Uses of OWLPropertyAxiomVisitor in org.semanticweb.owl.model.helper
 

Classes in org.semanticweb.owl.model.helper that implement OWLPropertyAxiomVisitor
 class OWLPropertyAxiomVisitorAdapter
          Provides an empty implementation of the OWLPropertyAxiomVisitor interface.
 



WonderWeb