Interface QueryResultWriter<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void end()
      Signal that query processing has completed
      QueryResultFormat format()
      The format this writer will serialize output in
      void handle​(T theResult)
      Handle a result to a query
      void links​(java.util.List<java.lang.String> theLinks)
      Handle the set of links from the result
      void namespace​(java.lang.String thePrefix, java.lang.String theIRI)  
      void start()
      Indicates that writing has begun.