Class SPARQLQueryRenderer

  • All Implemented Interfaces:
    QueryRenderer

    public class SPARQLQueryRenderer
    extends java.lang.Object
    implements QueryRenderer

    Implementation of the QueryRenderer interface which renders queries into the SPARQL syntax.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      QueryLanguage getLanguage()
      Return the language this QueryRenderer will render queries in.
      java.lang.String render​(ParsedQuery theQuery)
      Render the query object to a string in the language supported by this renderer
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SPARQLQueryRenderer

        public SPARQLQueryRenderer()
    • Method Detail

      • getLanguage

        public QueryLanguage getLanguage()
        Return the language this QueryRenderer will render queries in.
        Specified by:
        getLanguage in interface QueryRenderer
        Returns:
        the query language
      • render

        public java.lang.String render​(ParsedQuery theQuery)
                                throws java.lang.Exception
        Render the query object to a string in the language supported by this renderer
        Specified by:
        render in interface QueryRenderer
        Parameters:
        theQuery - the query to render
        Returns:
        the rendered query
        Throws:
        java.lang.Exception - if there is an error while rendering