Class AbstractTupleQueryResultHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void endQueryResult()
      Indicates the end of a sequence of solutions.
      void handleBoolean​(boolean value)
      Handles the specified boolean value.
      void handleLinks​(java.util.List<java.lang.String> linkUrls)
      Handles the links elements which are present in SPARQL Results JSON and SPARQL Results XML documents in the header.
      void handleSolution​(BindingSet bindingSet)
      Handles a solution.
      void startQueryResult​(java.util.List<java.lang.String> bindingNames)
      Indicates the start of a sequence of Solutions.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait