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

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

Uses of OWLAnnotationVisitorEx in org.semanticweb.owl.model
 

Subinterfaces of OWLAnnotationVisitorEx 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 OWLAnnotationVisitorEx
<O> O
OWLAnnotation.accept(OWLAnnotationVisitorEx<O> visitor)
           
 

Uses of OWLAnnotationVisitorEx in org.semanticweb.owl.util
 

Classes in org.semanticweb.owl.util that implement OWLAnnotationVisitorEx
 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 OWLAnnotationVisitorEx in uk.ac.manchester.cs.owl
 

Methods in uk.ac.manchester.cs.owl with parameters of type OWLAnnotationVisitorEx
<O> O
OWLObjectAnnotationImpl.accept(OWLAnnotationVisitorEx<O> visitor)
           
<O> O
OWLLabelAnnotationImpl.accept(OWLAnnotationVisitorEx<O> visitor)
           
<O> O
OWLConstantAnnotationImpl.accept(OWLAnnotationVisitorEx<O> visitor)
           
<O> O
OWLCommentAnnotationImpl.accept(OWLAnnotationVisitorEx<O> visitor)