Package org.coode.owlapi.obo12.parser
Class OBO12ParserFactory
java.lang.Object
org.coode.owlapi.obo12.parser.OBO12ParserFactory
- All Implemented Interfaces:
Serializable,Supplier<org.semanticweb.owlapi.io.OWLParser>,org.semanticweb.owlapi.io.OWLParserFactory,org.semanticweb.owlapi.model.MIMETypeAware
public class OBO12ParserFactory
extends Object
implements org.semanticweb.owlapi.io.OWLParserFactory
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 10-Jan-2007
The University Of Manchester
Bio-Health Informatics Group
Date: 10-Jan-2007
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.semanticweb.owlapi.io.OWLParserorg.semanticweb.owlapi.io.OWLParserget()org.semanticweb.owlapi.model.OWLDocumentFormatFactoryMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.semanticweb.owlapi.model.MIMETypeAware
getMIMETypes, handlesMimeType
-
Constructor Details
-
OBO12ParserFactory
public OBO12ParserFactory()
-
-
Method Details
-
get
public org.semanticweb.owlapi.io.OWLParser get() -
getDefaultMIMEType
- Specified by:
getDefaultMIMETypein interfaceorg.semanticweb.owlapi.model.MIMETypeAware
-
createParser
public org.semanticweb.owlapi.io.OWLParser createParser()- Specified by:
createParserin interfaceorg.semanticweb.owlapi.io.OWLParserFactory
-
getSupportedFormat
public org.semanticweb.owlapi.model.OWLDocumentFormatFactory getSupportedFormat()- Specified by:
getSupportedFormatin interfaceorg.semanticweb.owlapi.io.OWLParserFactory
-