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

Packages that use OWLParserFactory
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.turtle.parser   
 

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

Classes in de.uulm.ecs.ai.owl.krssparser that implement OWLParserFactory
 class KRSS2OWLParserFactory
           
 

Uses of OWLParserFactory in org.coode.manchesterowlsyntax
 

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

 

Uses of OWLParserFactory in org.coode.obo.parser
 

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

 

Uses of OWLParserFactory in org.coode.owl.functionalparser
 

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

 

Uses of OWLParserFactory in org.coode.owl.krssparser
 

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

 

Uses of OWLParserFactory in org.coode.owl.owlxmlparser
 

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

 

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

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

 

Uses of OWLParserFactory in org.semanticweb.owl.io
 

Methods in org.semanticweb.owl.io that return types with arguments of type OWLParserFactory
 java.util.List<OWLParserFactory> OWLParserFactoryRegistry.getParserFactories()
           
 

Methods in org.semanticweb.owl.io with parameters of type OWLParserFactory
 void OWLParserFactoryRegistry.registerParserFactory(OWLParserFactory parserFactory)
           
 void OWLParserFactoryRegistry.unregisterParserFactory(OWLParserFactory parserFactory)
           
 

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

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