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

Packages that use OWLBuilder
org.semanticweb.owl.io.abstract_syntax Simple renderer that writes ontologies in OWL Abstract Syntax.  
 

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

Fields in org.semanticweb.owl.io.abstract_syntax declared as OWLBuilder
 OWLBuilder ANTLRParser.builder
          Main helper to build the OWLOntology.
 

Methods in org.semanticweb.owl.io.abstract_syntax that return OWLBuilder
 OWLBuilder AbstractOWLParser.getBuilder()
          Get the OWLBuilder.
 

Methods in org.semanticweb.owl.io.abstract_syntax with parameters of type OWLBuilder
 OWLOntology ANTLRParser.ontology(URI physicalURI, OWLBuilder builder)
          Starting rule.
 OWLDescription ANTLRParser.externalDescription(OWLBuilder newBuilder, Map newIdsTable, Map newNamespaceTable)
          Invoked by AbstractOWLParser.parseDescription(Reader).
 void AbstractOWLParser.setBuilder(OWLBuilder newBuilder)
          Set the OWLBuilder.
 



WonderWeb