Class RioParserImpl

java.lang.Object
org.semanticweb.owlapi.io.AbstractOWLParser
org.semanticweb.owlapi.rio.RioParserImpl
All Implemented Interfaces:
Serializable, org.semanticweb.owlapi.io.OWLParser, RioParser

@HasPriority(7.0) public class RioParserImpl extends org.semanticweb.owlapi.io.AbstractOWLParser implements RioParser
See Also:
  • Constructor Details

  • Method Details

    • getSupportedFormat

      public RioRDFDocumentFormatFactory getSupportedFormat()
      Specified by:
      getSupportedFormat in interface org.semanticweb.owlapi.io.OWLParser
    • parse

      public org.semanticweb.owlapi.model.OWLDocumentFormat parse(org.semanticweb.owlapi.io.OWLOntologyDocumentSource documentSource, org.semanticweb.owlapi.model.OWLOntology ontology, org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration configuration)
      Specified by:
      parse in interface org.semanticweb.owlapi.io.OWLParser
    • toString

      public String toString()
      Overrides:
      toString in class Object