Class ExecutionContextUtils

java.lang.Object
org.aksw.jenax.arq.util.exec.query.ExecutionContextUtils

public class ExecutionContextUtils extends Object
  • Constructor Details

    • ExecutionContextUtils

      public ExecutionContextUtils()
  • Method Details

    • createFunctionEnv

      public static org.apache.jena.sparql.engine.ExecutionContext createFunctionEnv()
      Creates an execution context primarily for use as a FunctionEnv
    • createExecCxt

      public static org.apache.jena.sparql.engine.ExecutionContext createExecCxt(org.apache.jena.sparql.core.DatasetGraph dsg)
      Creates an execution context based on a given dataset graph and a derived default OpExecutorFactory
    • createExecCxtEmptyDsg

      public static org.apache.jena.sparql.engine.ExecutionContext createExecCxtEmptyDsg(org.apache.jena.sparql.util.Context context)
    • createExecCxtEmptyDsg

      public static org.apache.jena.sparql.engine.ExecutionContext createExecCxtEmptyDsg()
      Same as createExecCxt(DatasetGraph) with an empty default dataset graph