Class ServiceExecutorFactoryRegistratorVfs.ChainingServiceExecutorVfs

java.lang.Object
org.aksw.jenax.arq.service.vfs.ServiceExecutorFactoryRegistratorVfs.ChainingServiceExecutorVfs
All Implemented Interfaces:
org.apache.jena.sparql.service.single.ChainingServiceExecutor
Enclosing class:
ServiceExecutorFactoryRegistratorVfs

public static class ServiceExecutorFactoryRegistratorVfs.ChainingServiceExecutorVfs extends Object implements org.apache.jena.sparql.service.single.ChainingServiceExecutor
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.sparql.engine.QueryIterator
    createExecution(org.apache.jena.sparql.algebra.op.OpService opExecute, org.apache.jena.sparql.algebra.op.OpService original, org.apache.jena.sparql.engine.binding.Binding binding, org.apache.jena.sparql.engine.ExecutionContext execCxt, org.apache.jena.sparql.service.single.ServiceExecutor chain)
     

    Methods inherited from class java.lang.Object

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

    • ChainingServiceExecutorVfs

      public ChainingServiceExecutorVfs()
  • Method Details

    • createExecution

      public org.apache.jena.sparql.engine.QueryIterator createExecution(org.apache.jena.sparql.algebra.op.OpService opExecute, org.apache.jena.sparql.algebra.op.OpService original, org.apache.jena.sparql.engine.binding.Binding binding, org.apache.jena.sparql.engine.ExecutionContext execCxt, org.apache.jena.sparql.service.single.ServiceExecutor chain)
      Specified by:
      createExecution in interface org.apache.jena.sparql.service.single.ChainingServiceExecutor