Class BindingSetsQueryResultsProcessor

java.lang.Object
it.uniroma2.art.semanticturkey.services.support.BindingSetsQueryResultsProcessor
All Implemented Interfaces:
QueryResultsProcessor<Collection<org.eclipse.rdf4j.query.BindingSet>>

public class BindingSetsQueryResultsProcessor extends Object implements QueryResultsProcessor<Collection<org.eclipse.rdf4j.query.BindingSet>>
An object implementing this interface processed the results produced by a QueryBuilder generating BindingSets
Author:
Manuel Fiorelli
  • Constructor Details

    • BindingSetsQueryResultsProcessor

      public BindingSetsQueryResultsProcessor()
  • Method Details

    • process

      public Collection<org.eclipse.rdf4j.query.BindingSet> process(org.eclipse.rdf4j.query.TupleQueryResult overallQueryResults, Map<org.eclipse.rdf4j.model.Value,Map<String,org.eclipse.rdf4j.model.Literal>> additionalColumns)
      Specified by:
      process in interface QueryResultsProcessor<Collection<org.eclipse.rdf4j.query.BindingSet>>