Package org.semanticweb.owlapi.formats
Interface RDFDocumentFormat
- All Superinterfaces:
OWLDocumentFormat
,Serializable
- All Known Implementing Classes:
AbstractRDFNonPrefixDocumentFormat
,AbstractRDFPrefixDocumentFormat
,RDFXMLDocumentFormat
,TurtleDocumentFormat
An RDF OWL Document Format.
-
Method Summary
Methods inherited from interface org.semanticweb.owlapi.model.OWLDocumentFormat
asPrefixOWLDocumentFormat, getKey, getOntologyLoaderMetaData, getParameter, isAddMissingTypes, isPrefixOWLDocumentFormat, isTextual, setAddMissingTypes, setOntologyLoaderMetaData, setParameter, supportsRelativeIRIs
-
Method Details
-
addError
- Parameters:
error
- error to add to the error set
-