Interface StringToGraphConverter

All Known Implementing Classes:
StringToGraphConverterDefault

public interface StringToGraphConverter
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.commons.rdf.api.Graph
    convert(RdfFormat rdfFormat, String graphAsString)
     
  • Method Details

    • convert

      org.apache.commons.rdf.api.Graph convert(RdfFormat rdfFormat, String graphAsString)