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

Packages that use OWLParser
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   
uk.ac.manchester.cs.owl   
uk.ac.manchester.cs.owl.turtle.parser   
 

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

Classes in de.uulm.ecs.ai.owl.krssparser that implement OWLParser
 class KRSS2OWLParser
          The KRSS2OWLParser differs from the KRSSOWLParser that it supports an extended KRSS vocabulary available in many reasoning systems.
 

Methods in de.uulm.ecs.ai.owl.krssparser that return OWLParser
 OWLParser KRSS2OWLParserFactory.createParser(OWLOntologyManager owlOntologyManager)
           
 

Uses of OWLParser in org.coode.manchesterowlsyntax
 

Classes in org.coode.manchesterowlsyntax that implement OWLParser
 class ManchesterOWLSyntaxOntologyParser
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Aug-2007

 

Methods in org.coode.manchesterowlsyntax that return OWLParser
 OWLParser ManchesterOWLSyntaxParserFactory.createParser(OWLOntologyManager owlOntologyManager)
           
 

Uses of OWLParser in org.coode.obo.parser
 

Classes in org.coode.obo.parser that implement OWLParser
 class OWLOBOParser
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 10-Jan-2007

 

Methods in org.coode.obo.parser that return OWLParser
 OWLParser OBOParserFactory.createParser(OWLOntologyManager owlOntologyManager)
           
 

Uses of OWLParser in org.coode.owl.functionalparser
 

Classes in org.coode.owl.functionalparser that implement OWLParser
 class OWLFunctionalSyntaxOWLParser
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 14-Nov-2006

 

Methods in org.coode.owl.functionalparser that return OWLParser
 OWLParser OWLFunctionalSyntaxParserFactory.createParser(OWLOntologyManager owlOntologyManager)
           
 

Uses of OWLParser in org.coode.owl.krssparser
 

Classes in org.coode.owl.krssparser that implement OWLParser
 class KRSSOWLParser
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 14-Nov-2006

 

Methods in org.coode.owl.krssparser that return OWLParser
 OWLParser KRSSOWLParserFactory.createParser(OWLOntologyManager owlOntologyManager)
           
 

Uses of OWLParser in org.coode.owl.owlxmlparser
 

Classes in org.coode.owl.owlxmlparser that implement OWLParser
 class OWLXMLParser
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Dec-2006

 

Methods in org.coode.owl.owlxmlparser that return OWLParser
 OWLParser OWLXMLParserFactory.createParser(OWLOntologyManager owlOntologyManager)
           
 

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

Classes in org.coode.owl.rdfxml.parser that implement OWLParser
 class RDFXMLParser
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 08-Dec-2006

 

Methods in org.coode.owl.rdfxml.parser that return OWLParser
 OWLParser RDFXMLParserFactory.createParser(OWLOntologyManager owlOntologyManager)
           
 

Uses of OWLParser in org.semanticweb.owl.io
 

Classes in org.semanticweb.owl.io that implement OWLParser
 class AbstractOWLParser
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 14-Nov-2006

A convenience base class for parsers, which provides a mechanism to manage the setting and getting of the OWLOntologyManager that should be associated with the parser
 

Methods in org.semanticweb.owl.io that return OWLParser
 OWLParser OWLParserFactory.createParser(OWLOntologyManager owlOntologyManager)
           
 

Methods in org.semanticweb.owl.io that return types with arguments of type OWLParser
 java.util.Map<OWLParser,java.lang.Throwable> UnparsableOntologyException.getExceptions()
          Gets a map that lists the parsers (that were used to parse an ontology) and the errors that they generated.
 

Constructor parameters in org.semanticweb.owl.io with type arguments of type OWLParser
UnparsableOntologyException(java.net.URI ontologyURI, java.util.Map<OWLParser,java.lang.Throwable> exceptions)
           
 

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

Methods in uk.ac.manchester.cs.owl that return types with arguments of type OWLParser
 java.util.List<OWLParser> ParsableOWLOntologyFactory.getParsers()
          Gets a list of parsers that this factory uses when it tries to create an ontology from a concrete representation.
 

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

Classes in uk.ac.manchester.cs.owl.turtle.parser that implement OWLParser
 class TurtleOntologyParser
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 23-Feb-2008

 

Methods in uk.ac.manchester.cs.owl.turtle.parser that return OWLParser
 OWLParser TurtleOntologyParserFactory.createParser(OWLOntologyManager owlOntologyManager)