Package org.semanticweb.owlapi.formats
Class AbstractRDFNonPrefixDocumentFormat
java.lang.Object
org.semanticweb.owlapi.model.OWLDocumentFormatImpl
org.semanticweb.owlapi.formats.AbstractRDFNonPrefixDocumentFormat
- All Implemented Interfaces:
Serializable
,RDFDocumentFormat
,OWLDocumentFormat
public abstract class AbstractRDFNonPrefixDocumentFormat
extends OWLDocumentFormatImpl
implements RDFDocumentFormat
An abstract base class for RDF Document Formats that are not prefix aware.
- Since:
- 4.0.1
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.semanticweb.owlapi.model.OWLDocumentFormatImpl
equals, getOntologyLoaderMetaData, getParameter, hashCode, isAddMissingTypes, isTextual, setAddMissingTypes, setOntologyLoaderMetaData, setParameter, toString
Methods inherited from interface org.semanticweb.owlapi.model.OWLDocumentFormat
asPrefixOWLDocumentFormat, getKey, getOntologyLoaderMetaData, getParameter, isAddMissingTypes, isPrefixOWLDocumentFormat, isTextual, setAddMissingTypes, setOntologyLoaderMetaData, setParameter, supportsRelativeIRIs
-
Constructor Details
-
AbstractRDFNonPrefixDocumentFormat
public AbstractRDFNonPrefixDocumentFormat()
-
-
Method Details
-
addError
- Specified by:
addError
in interfaceRDFDocumentFormat
- Parameters:
error
- error to add to the error set
-