Uses of Class
org.semanticweb.owl.model.helper.OWLBuilder.AnnotationComponent

Packages that use OWLBuilder.AnnotationComponent
org.semanticweb.owl.io.abstract_syntax Simple renderer that writes ontologies in OWL Abstract Syntax.  
org.semanticweb.owl.model.helper Helper classes for the OWL API.  
 

Uses of OWLBuilder.AnnotationComponent in org.semanticweb.owl.io.abstract_syntax
 

Methods in org.semanticweb.owl.io.abstract_syntax that return OWLBuilder.AnnotationComponent
 OWLBuilder.AnnotationComponent ANTLRParser.annotation()
          Rule.
 

Uses of OWLBuilder.AnnotationComponent in org.semanticweb.owl.model.helper
 

Methods in org.semanticweb.owl.model.helper with parameters of type OWLBuilder.AnnotationComponent
 void OWLBuilder.addAnnotationInstance(OWLObject subject, OWLBuilder.AnnotationComponent annComponent)
          Adds the annotation instance with the parameter subject as subject and with property and content given by the paameter annComponent.
 void OWLBuilder.addOntologyAnnotationInstance(OWLBuilder.AnnotationComponent annComponent)
          Adds the annotation instance with ontology itself as subject and with property and content given by the paameter annComponent.
 



WonderWeb