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

Packages that use OWLOntologyInputSource
de.uulm.ecs.ai.owl.krssparser   
org.coode.manchesterowlsyntax   
org.coode.obo.parser   
org.coode.owl.functionalparser   
org.coode.owl.krssparser   
org.coode.owl.owlxmlparser   
org.coode.owl.rdfxml.parser   
org.semanticweb.owl.io   
org.semanticweb.owl.model   
uk.ac.manchester.cs.owl   
uk.ac.manchester.cs.owl.turtle.parser   
 

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

Methods in de.uulm.ecs.ai.owl.krssparser with parameters of type OWLOntologyInputSource
 OWLOntologyFormat KRSS2OWLParser.parse(OWLOntologyInputSource inputSource, OWLOntology ontology)
           
 

Uses of OWLOntologyInputSource in org.coode.manchesterowlsyntax
 

Methods in org.coode.manchesterowlsyntax with parameters of type OWLOntologyInputSource
 OWLOntologyFormat ManchesterOWLSyntaxOntologyParser.parse(OWLOntologyInputSource inputSource, OWLOntology ontology)
           
 

Uses of OWLOntologyInputSource in org.coode.obo.parser
 

Methods in org.coode.obo.parser with parameters of type OWLOntologyInputSource
 OWLOntologyFormat OWLOBOParser.parse(OWLOntologyInputSource inputSource, OWLOntology ontology)
           
 

Uses of OWLOntologyInputSource in org.coode.owl.functionalparser
 

Methods in org.coode.owl.functionalparser with parameters of type OWLOntologyInputSource
 OWLOntologyFormat OWLFunctionalSyntaxOWLParser.parse(OWLOntologyInputSource inputSource, OWLOntology ontology)
           
 

Uses of OWLOntologyInputSource in org.coode.owl.krssparser
 

Methods in org.coode.owl.krssparser with parameters of type OWLOntologyInputSource
 OWLOntologyFormat KRSSOWLParser.parse(OWLOntologyInputSource inputSource, OWLOntology ontology)
           
 

Uses of OWLOntologyInputSource in org.coode.owl.owlxmlparser
 

Methods in org.coode.owl.owlxmlparser with parameters of type OWLOntologyInputSource
 OWLOntologyFormat OWLXMLParser.parse(OWLOntologyInputSource inputSource, OWLOntology ontology)
           
 

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

Methods in org.coode.owl.rdfxml.parser with parameters of type OWLOntologyInputSource
 OWLOntologyFormat RDFXMLParser.parse(OWLOntologyInputSource inputSource, OWLOntology ontology)
           
 

Uses of OWLOntologyInputSource in org.semanticweb.owl.io
 

Classes in org.semanticweb.owl.io that implement OWLOntologyInputSource
 class FileInputSource
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 17-Nov-2007

A convenience class which will prepare an input source from a file.
 class PhysicalURIInputSource
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Apr-2007

 class ReaderInputSource
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 17-Nov-2007

Ontology input source which reads an ontology from a reader.
 class StreamInputSource
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 15-Nov-2007

An ontology input source which can read from a stream.
 class StringInputSource
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Apr-2007

 

Methods in org.semanticweb.owl.io with parameters of type OWLOntologyInputSource
 OWLOntologyFormat OWLParser.parse(OWLOntologyInputSource inputSource, OWLOntology ontology)
          Parses the ontology that has a concrete representation which is pointed to by the specified input source.
 

Uses of OWLOntologyInputSource in org.semanticweb.owl.model
 

Methods in org.semanticweb.owl.model with parameters of type OWLOntologyInputSource
 boolean OWLOntologyFactory.canLoad(OWLOntologyInputSource inputSource)
          Determines if the factory can load an ontology for the specified physical URI.
 OWLOntology OWLOntologyManager.loadOntology(OWLOntologyInputSource inputSource)
          A convenience method that load an ontology from an input source.
 OWLOntology OWLOntologyFactory.loadOWLOntology(OWLOntologyInputSource inputSource, OWLOntologyFactory.OWLOntologyCreationHandler handler)
          Creates and loads an OWLOntology.
 

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

Methods in uk.ac.manchester.cs.owl with parameters of type OWLOntologyInputSource
 boolean ParsableOWLOntologyFactory.canLoad(OWLOntologyInputSource inputSource)
           
 boolean EmptyInMemOWLOntologyFactory.canLoad(OWLOntologyInputSource inputSource)
           
 OWLOntology OWLOntologyManagerImpl.loadOntology(OWLOntologyInputSource inputSource)
           
 OWLOntology ParsableOWLOntologyFactory.loadOWLOntology(OWLOntologyInputSource inputSource, OWLOntologyFactory.OWLOntologyCreationHandler mediator)
           
 OWLOntology EmptyInMemOWLOntologyFactory.loadOWLOntology(OWLOntologyInputSource inputSource, OWLOntologyFactory.OWLOntologyCreationHandler mediator)
           
 

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

Methods in uk.ac.manchester.cs.owl.turtle.parser with parameters of type OWLOntologyInputSource
 OWLOntologyFormat TurtleOntologyParser.parse(OWLOntologyInputSource inputSource, OWLOntology ontology)