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

Packages that use OWLConstantAnnotation
de.uulm.ecs.ai.owl.krssrenderer   
org.coode.owl.functionalrenderer   
org.coode.owl.latex   
org.coode.owl.rdf.model   
org.coode.owlapi.owlxml.renderer   
org.semanticweb.owl.model   
org.semanticweb.owl.util   
uk.ac.manchester.cs.owl   
uk.ac.manchester.cs.owl.dlsyntax   
uk.ac.manchester.cs.owl.inference.dig11   
uk.ac.manchester.cs.owl.mansyntaxrenderer   
 

Uses of OWLConstantAnnotation in de.uulm.ecs.ai.owl.krssrenderer
 

Methods in de.uulm.ecs.ai.owl.krssrenderer with parameters of type OWLConstantAnnotation
 void KRSS2OWLObjectRenderer.visit(OWLConstantAnnotation annotation)
           
 

Uses of OWLConstantAnnotation in org.coode.owl.functionalrenderer
 

Methods in org.coode.owl.functionalrenderer with parameters of type OWLConstantAnnotation
 void OWLObjectRenderer.visit(OWLConstantAnnotation annotation)
           
 

Uses of OWLConstantAnnotation in org.coode.owl.latex
 

Methods in org.coode.owl.latex with parameters of type OWLConstantAnnotation
 void LatexObjectVisitor.visit(OWLConstantAnnotation annotation)
           
 

Uses of OWLConstantAnnotation in org.coode.owl.rdf.model
 

Methods in org.coode.owl.rdf.model with parameters of type OWLConstantAnnotation
 void AbstractTranslator.visit(OWLConstantAnnotation annotation)
           
 

Uses of OWLConstantAnnotation in org.coode.owlapi.owlxml.renderer
 

Methods in org.coode.owlapi.owlxml.renderer with parameters of type OWLConstantAnnotation
 void OWLXMLObjectRenderer.visit(OWLConstantAnnotation annotation)
           
 

Uses of OWLConstantAnnotation in org.semanticweb.owl.model
 

Subinterfaces of OWLConstantAnnotation in org.semanticweb.owl.model
 interface OWLCommentAnnotation
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 19-Dec-2006

An annotation whose URI is rdfs:comment
 interface OWLLabelAnnotation
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 19-Dec-2006

An annotation whose URI is rdfs:label.
 

Methods in org.semanticweb.owl.model that return OWLConstantAnnotation
 OWLConstantAnnotation OWLDataFactory.getOWLConstantAnnotation(java.net.URI annotationURI, OWLConstant constant)
           
 

Methods in org.semanticweb.owl.model with parameters of type OWLConstantAnnotation
 O OWLAnnotationVisitorEx.visit(OWLConstantAnnotation annotation)
           
 void OWLAnnotationVisitor.visit(OWLConstantAnnotation annotation)
           
 

Uses of OWLConstantAnnotation in org.semanticweb.owl.util
 

Methods in org.semanticweb.owl.util with parameters of type OWLConstantAnnotation
 void SimpleRenderer.visit(OWLConstantAnnotation annotation)
           
 O OWLObjectVisitorExAdapter.visit(OWLConstantAnnotation annotation)
           
 void OWLObjectVisitorAdapter.visit(OWLConstantAnnotation annotation)
           
 void OWLObjectTypeIndexProvider.visit(OWLConstantAnnotation annotation)
           
 void OWLObjectDuplicator.visit(OWLConstantAnnotation annotation)
           
 void OWLObjectComponentCollector.visit(OWLConstantAnnotation node)
           
 void OWLEntityCollector.visit(OWLConstantAnnotation annotation)
           
 void HashCode.visit(OWLConstantAnnotation annotation)
           
 void DLExpressivityChecker.visit(OWLConstantAnnotation annotation)
           
 O DelegatingObjectVisitorEx.visit(OWLConstantAnnotation annotation)
           
 

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

Classes in uk.ac.manchester.cs.owl that implement OWLConstantAnnotation
 class OWLCommentAnnotationImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 19-Dec-2006

 class OWLConstantAnnotationImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 19-Dec-2006

 class OWLLabelAnnotationImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 19-Dec-2006

 

Methods in uk.ac.manchester.cs.owl that return OWLConstantAnnotation
 OWLConstantAnnotation OWLDataFactoryImpl.getOWLConstantAnnotation(java.net.URI annotationURI, OWLConstant constant)
           
 

Uses of OWLConstantAnnotation in uk.ac.manchester.cs.owl.dlsyntax
 

Methods in uk.ac.manchester.cs.owl.dlsyntax with parameters of type OWLConstantAnnotation
 void DLSyntaxObjectRenderer.visit(OWLConstantAnnotation annotation)
           
 

Uses of OWLConstantAnnotation in uk.ac.manchester.cs.owl.inference.dig11
 

Methods in uk.ac.manchester.cs.owl.inference.dig11 with parameters of type OWLConstantAnnotation
 void DIGRenderer.visit(OWLConstantAnnotation annotation)
           
 

Uses of OWLConstantAnnotation in uk.ac.manchester.cs.owl.mansyntaxrenderer
 

Methods in uk.ac.manchester.cs.owl.mansyntaxrenderer with parameters of type OWLConstantAnnotation
 void ManchesterOWLSyntaxObjectRenderer.visit(OWLConstantAnnotation annotation)