public abstract class OWLParserFactoryImpl extends Object implements OWLParserFactory
| Modifier and Type | Method and Description |
|---|---|
OWLParser |
get() |
String |
getDefaultMIMEType()
Returns the default MIME Type for the OWLOntologyFormat that this class
is a factory for.
|
List<String> |
getMIMETypes()
Returns a sorted list of MIMETypes for the OWLOntologyFormat that this
class is a factory for.
|
OWLDocumentFormatFactory |
getSupportedFormat() |
boolean |
handlesMimeType(String mimeType)
Determines whether either getDefaultMIMEType() equals the given mimeType
or getMIMETypes() contains the given mimeType.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateParserpublic OWLDocumentFormatFactory getSupportedFormat()
getSupportedFormat in interface OWLParserFactory@Nullable public final String getDefaultMIMEType()
MIMETypeAwaregetDefaultMIMEType in interface MIMETypeAwarepublic final List<String> getMIMETypes()
MIMETypeAwaregetMIMETypes in interface MIMETypeAwarepublic final boolean handlesMimeType(String mimeType)
MIMETypeAwarehandlesMimeType in interface MIMETypeAwaremimeType - The MIME type to match against.Copyright © 2016 The University of Manchester. All Rights Reserved.