Uses of Interface
org.semanticweb.owl.io.Options

Packages that use Options
org.semanticweb.owl.io Support for input and output of OWL models.  
org.semanticweb.owl.io.abstract_syntax Simple renderer that writes ontologies in OWL Abstract Syntax.  
org.semanticweb.owl.io.owl_rdf   
 

Uses of Options in org.semanticweb.owl.io
 

Subinterfaces of Options in org.semanticweb.owl.io
 interface Parser
          Parse some concrete representation into an OWL data structure.
 interface Renderer
          Render an OWL data structure using an appropriate concrete representation.
 

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

Classes in org.semanticweb.owl.io.abstract_syntax that implement Options
 class AbstractOWLParser
          OWL abstract syntax implementation of Parser.
 

Uses of Options in org.semanticweb.owl.io.owl_rdf
 

Classes in org.semanticweb.owl.io.owl_rdf that implement Options
 class OWLRDFParser
          Parser for the normative XML/RDF Syntax.
 class Renderer
          Produces OWL/RDF Syntax from a given ontology
 



WonderWeb