Class IteratingGraphQueryResult

All Implemented Interfaces:
AutoCloseable, Iterable<Statement>, CloseableIteration<Statement,QueryEvaluationException>, Iteration<Statement,QueryEvaluationException>, GraphQueryResult, QueryResult<Statement>
Direct Known Subclasses:
GraphQueryResultImpl

@Deprecated(since="4.1.0") public class IteratingGraphQueryResult extends IterationWrapper<Statement,QueryEvaluationException> implements GraphQueryResult
Deprecated.
An iterating implementation of the GraphQueryResult interface.
Author:
Arjohn Kampman, Jeen Broekstra
  • Constructor Details

  • Method Details

    • getNamespaces

      public Map<String,String> getNamespaces()
      Deprecated.
      Description copied from interface: GraphQueryResult
      Retrieves relevant namespaces from the query result.
      The contents of the Map may be modified after it is returned, as the initial return may be performed when the first RDF Statement is encountered.
      Specified by:
      getNamespaces in interface GraphQueryResult
      Returns:
      a Map<String, String> object containing (prefix, namespace) pairs.