org.coode.owl.krssparser
Class KRSSOWLParser

java.lang.Object
  extended by org.semanticweb.owlapi.io.AbstractOWLParser
      extended by org.coode.owl.krssparser.KRSSOWLParser
All Implemented Interfaces:
OWLParser

public class KRSSOWLParser
extends AbstractOWLParser

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 14-Nov-2006


Constructor Summary
KRSSOWLParser()
           
 
Method Summary
 OWLOntologyFormat parse(OWLOntologyDocumentSource documentSource, OWLOntology ontology)
           
 OWLOntologyFormat parse(OWLOntologyDocumentSource documentSource, OWLOntology ontology, OWLOntologyLoaderConfiguration configuration)
           
 
Methods inherited from class org.semanticweb.owlapi.io.AbstractOWLParser
getInputSource, getInputStream, getOWLOntologyManager, getRequestTypes, parse, setOWLOntologyManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KRSSOWLParser

public KRSSOWLParser()
Method Detail

parse

public OWLOntologyFormat parse(OWLOntologyDocumentSource documentSource,
                               OWLOntology ontology)
                        throws OWLParserException,
                               IOException
Throws:
OWLParserException
IOException

parse

public OWLOntologyFormat parse(OWLOntologyDocumentSource documentSource,
                               OWLOntology ontology,
                               OWLOntologyLoaderConfiguration configuration)
                        throws OWLParserException,
                               IOException,
                               OWLOntologyChangeException,
                               UnloadableImportException
Throws:
OWLParserException
IOException
OWLOntologyChangeException
UnloadableImportException


Copyright © 2012 The University of Manchester. All Rights Reserved.