Uses of Class
org.semanticweb.owl.model.OWLOntologyFormat

Packages that use OWLOntologyFormat
de.uulm.ecs.ai.owl.krssparser   
de.uulm.ecs.ai.owl.krssrenderer   
org.coode.manchesterowlsyntax   
org.coode.obo.parser   
org.coode.owl.functionalparser   
org.coode.owl.functionalrenderer   
org.coode.owl.krssparser   
org.coode.owl.latex   
org.coode.owl.owlxmlparser   
org.coode.owl.rdf.rdfxml   
org.coode.owl.rdf.turtle   
org.coode.owl.rdfxml.parser   
org.coode.owlapi.owlxml.renderer   
org.coode.xml   
org.semanticweb.owl.io   
org.semanticweb.owl.model   
org.semanticweb.owl.util   
org.semanticweb.owl.vocab   
uk.ac.manchester.cs.owl   
uk.ac.manchester.cs.owl.dlsyntax   
uk.ac.manchester.cs.owl.mansyntaxrenderer   
uk.ac.manchester.cs.owl.turtle.parser   
 

Uses of OWLOntologyFormat in de.uulm.ecs.ai.owl.krssparser
 

Subclasses of OWLOntologyFormat in de.uulm.ecs.ai.owl.krssparser
 class KRSS2OntologyFormat
           
 

Methods in de.uulm.ecs.ai.owl.krssparser that return OWLOntologyFormat
 OWLOntologyFormat KRSS2OWLParser.parse(OWLOntologyInputSource inputSource, OWLOntology ontology)
           
 

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

Methods in de.uulm.ecs.ai.owl.krssrenderer with parameters of type OWLOntologyFormat
 boolean KRSS2OWLSyntaxOntologyStorer.canStoreOntology(OWLOntologyFormat ontologyFormat)
           
 

Uses of OWLOntologyFormat in org.coode.manchesterowlsyntax
 

Subclasses of OWLOntologyFormat in org.coode.manchesterowlsyntax
 class ManchesterOWLSyntaxOntologyFormat
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 10-May-2007

 

Methods in org.coode.manchesterowlsyntax that return OWLOntologyFormat
 OWLOntologyFormat ManchesterOWLSyntaxOntologyParser.parse(OWLOntologyInputSource inputSource, OWLOntology ontology)
           
 

Uses of OWLOntologyFormat in org.coode.obo.parser
 

Subclasses of OWLOntologyFormat in org.coode.obo.parser
 class OBOOntologyFormat
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 10-Jan-2007

 

Methods in org.coode.obo.parser that return OWLOntologyFormat
 OWLOntologyFormat OWLOBOParser.parse(OWLOntologyInputSource inputSource, OWLOntology ontology)
           
 

Uses of OWLOntologyFormat in org.coode.owl.functionalparser
 

Methods in org.coode.owl.functionalparser that return OWLOntologyFormat
 OWLOntologyFormat OWLFunctionalSyntaxOWLParser.parse(OWLOntologyInputSource inputSource, OWLOntology ontology)
           
 

Uses of OWLOntologyFormat in org.coode.owl.functionalrenderer
 

Methods in org.coode.owl.functionalrenderer with parameters of type OWLOntologyFormat
 boolean OWLFunctionalSyntaxOntologyStorer.canStoreOntology(OWLOntologyFormat ontologyFormat)
          Determines if this storer can store an ontology in the specified ontology format.
 

Uses of OWLOntologyFormat in org.coode.owl.krssparser
 

Subclasses of OWLOntologyFormat in org.coode.owl.krssparser
 class KRSSOntologyFormat
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 02-Jan-2007

 

Methods in org.coode.owl.krssparser that return OWLOntologyFormat
 OWLOntologyFormat KRSSOWLParser.parse(OWLOntologyInputSource inputSource, OWLOntology ontology)
           
 

Uses of OWLOntologyFormat in org.coode.owl.latex
 

Subclasses of OWLOntologyFormat in org.coode.owl.latex
 class LatexAxiomsListOntologyFormat
          Author: Matthew Horridge
The University Of Manchester
Information Management Group
Date: 03-Aug-2008

 class LatexOntologyFormat
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Jan-2008

 

Methods in org.coode.owl.latex with parameters of type OWLOntologyFormat
 boolean LatexOntologyStorer.canStoreOntology(OWLOntologyFormat ontologyFormat)
           
 

Uses of OWLOntologyFormat in org.coode.owl.owlxmlparser
 

Methods in org.coode.owl.owlxmlparser that return OWLOntologyFormat
 OWLOntologyFormat OWLXMLParser.parse(OWLOntologyInputSource inputSource, OWLOntology ontology)
           
 

Uses of OWLOntologyFormat in org.coode.owl.rdf.rdfxml
 

Methods in org.coode.owl.rdf.rdfxml with parameters of type OWLOntologyFormat
 boolean RDFXMLOntologyStorer.canStoreOntology(OWLOntologyFormat ontologyFormat)
           
 

Constructors in org.coode.owl.rdf.rdfxml with parameters of type OWLOntologyFormat
RDFXMLNamespaceManager(OWLOntologyManager man, OWLOntology ontology, OWLOntologyFormat format)
           
RDFXMLRenderer(OWLOntologyManager manager, OWLOntology ontology, java.io.Writer w, OWLOntologyFormat format)
           
 

Uses of OWLOntologyFormat in org.coode.owl.rdf.turtle
 

Subclasses of OWLOntologyFormat in org.coode.owl.rdf.turtle
 class TurtleOntologyFormat
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Jan-2008

 

Methods in org.coode.owl.rdf.turtle with parameters of type OWLOntologyFormat
 boolean TurtleOntologyStorer.canStoreOntology(OWLOntologyFormat ontologyFormat)
           
 

Uses of OWLOntologyFormat in org.coode.owl.rdfxml.parser
 

Methods in org.coode.owl.rdfxml.parser that return OWLOntologyFormat
 OWLOntologyFormat RDFXMLParser.parse(OWLOntologyInputSource inputSource, OWLOntology ontology)
           
 

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

Methods in org.coode.owlapi.owlxml.renderer with parameters of type OWLOntologyFormat
 boolean OWLXMLOntologyStorer.canStoreOntology(OWLOntologyFormat ontologyFormat)
           
 

Uses of OWLOntologyFormat in org.coode.xml
 

Constructors in org.coode.xml with parameters of type OWLOntologyFormat
OWLOntologyNamespaceManager(OWLOntologyManager man, OWLOntology ontology, OWLOntologyFormat format)
           
 

Uses of OWLOntologyFormat in org.semanticweb.owl.io
 

Subclasses of OWLOntologyFormat in org.semanticweb.owl.io
 class DefaultOntologyFormat
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 02-Jan-2007

 class OWLFunctionalSyntaxOntologyFormat
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 02-Jan-2007

 class OWLXMLOntologyFormat
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 02-Jan-2007

 class RDFXMLOntologyFormat
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 02-Jan-2007

 

Methods in org.semanticweb.owl.io that return OWLOntologyFormat
 OWLOntologyFormat OWLParser.parse(OWLOntologyInputSource inputSource, OWLOntology ontology)
          Parses the ontology that has a concrete representation which is pointed to by the specified input source.
 OWLOntologyFormat OWLParser.parse(java.net.URI physicalURI, OWLOntology ontology)
          Parses the ontology that has a concrete representation which is pointed to by the specified physical URI.
 OWLOntologyFormat AbstractOWLParser.parse(java.net.URI physicalURI, OWLOntology ontology)
           
 

Uses of OWLOntologyFormat in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model that return OWLOntologyFormat
 OWLOntologyFormat OWLOntologyManager.getOntologyFormat(OWLOntology ontology)
          Gets the ontology format for the specified ontology.
 

Methods in org.semanticweb.owl.model with parameters of type OWLOntologyFormat
 boolean OWLOntologyStorer.canStoreOntology(OWLOntologyFormat ontologyFormat)
          Determines if this storer can store an ontology in the specified ontology format.
 void OWLOntologyManager.saveOntology(OWLOntology ontology, OWLOntologyFormat ontologyFormat)
           
 void OWLOntologyManager.saveOntology(OWLOntology ontology, OWLOntologyFormat ontologyFormat, OWLOntologyOutputTarget outputTarget)
           
 void OWLOntologyManager.saveOntology(OWLOntology ontology, OWLOntologyFormat ontologyFormat, java.net.URI physcialURI)
           
 void OWLOntologyManager.setOntologyFormat(OWLOntology ontology, OWLOntologyFormat ontologyFormat)
          Sets the format for the specified ontology.
 void OWLOntologyFactory.OWLOntologyCreationHandler.setOntologyFormat(OWLOntology ontology, OWLOntologyFormat format)
           
 void OWLOntologyStorer.storeOntology(OWLOntologyManager manager, OWLOntology ontology, OWLOntologyOutputTarget target, OWLOntologyFormat format)
          Stores an ontology to the specified target.
 void OWLOntologyStorer.storeOntology(OWLOntologyManager manager, OWLOntology ontology, java.net.URI physicalURI, OWLOntologyFormat ontologyFormat)
          Stores an ontology at the specified physical URI in the specified format.
 

Constructors in org.semanticweb.owl.model with parameters of type OWLOntologyFormat
OWLOntologyStorerNotFoundException(OWLOntologyFormat format)
           
 

Uses of OWLOntologyFormat in org.semanticweb.owl.util
 

Methods in org.semanticweb.owl.util with parameters of type OWLOntologyFormat
 void AbstractOWLOntologyStorer.storeOntology(OWLOntologyManager manager, OWLOntology ontology, OWLOntologyOutputTarget target, OWLOntologyFormat format)
           
 void AbstractOWLOntologyStorer.storeOntology(OWLOntologyManager manager, OWLOntology ontology, java.net.URI physicalURI, OWLOntologyFormat ontologyFormat)
           
 

Uses of OWLOntologyFormat in org.semanticweb.owl.vocab
 

Subclasses of OWLOntologyFormat in org.semanticweb.owl.vocab
 class NamespaceOWLOntologyFormat
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 20-Feb-2007

An

 

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

Methods in uk.ac.manchester.cs.owl that return OWLOntologyFormat
 OWLOntologyFormat OWLOntologyManagerImpl.getOntologyFormat(OWLOntology ontology)
           
 

Methods in uk.ac.manchester.cs.owl with parameters of type OWLOntologyFormat
 void OWLOntologyManagerImpl.saveOntology(OWLOntology ontology, OWLOntologyFormat ontologyFormat)
           
 void OWLOntologyManagerImpl.saveOntology(OWLOntology ontology, OWLOntologyFormat ontologyFormat, OWLOntologyOutputTarget outputTarget)
           
 void OWLOntologyManagerImpl.saveOntology(OWLOntology ontology, OWLOntologyFormat ontologyFormat, java.net.URI physcialURI)
           
 void OWLOntologyManagerImpl.setOntologyFormat(OWLOntology ontology, OWLOntologyFormat format)
           
 

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

Subclasses of OWLOntologyFormat in uk.ac.manchester.cs.owl.dlsyntax
 class DLSyntaxHTMLOntologyFormat
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 10-Feb-2008

 class DLSyntaxOntologyFormat
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 10-Feb-2008

 

Methods in uk.ac.manchester.cs.owl.dlsyntax with parameters of type OWLOntologyFormat
 boolean DLSyntaxOntologyStorer.canStoreOntology(OWLOntologyFormat ontologyFormat)
           
 boolean DLSyntaxHTMLOntologyStorer.canStoreOntology(OWLOntologyFormat ontologyFormat)
           
 

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

Methods in uk.ac.manchester.cs.owl.mansyntaxrenderer with parameters of type OWLOntologyFormat
 boolean ManchesterOWLSyntaxOntologyStorer.canStoreOntology(OWLOntologyFormat ontologyFormat)
           
 

Uses of OWLOntologyFormat in uk.ac.manchester.cs.owl.turtle.parser
 

Methods in uk.ac.manchester.cs.owl.turtle.parser that return OWLOntologyFormat
 OWLOntologyFormat TurtleOntologyParser.parse(OWLOntologyInputSource inputSource, OWLOntology ontology)