Class ExecutionContextUtils
java.lang.Object
org.aksw.jenax.arq.util.exec.query.ExecutionContextUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.jena.sparql.engine.ExecutionContextcreateExecCxt(org.apache.jena.sparql.core.DatasetGraph dsg) Creates an execution context based on a given dataset graph and a derived default OpExecutorFactorystatic org.apache.jena.sparql.engine.ExecutionContextSame ascreateExecCxt(DatasetGraph)with an empty default dataset graphstatic org.apache.jena.sparql.engine.ExecutionContextcreateExecCxtEmptyDsg(org.apache.jena.sparql.util.Context context) static org.apache.jena.sparql.engine.ExecutionContextCreates an execution context primarily for use as a FunctionEnv
-
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 ascreateExecCxt(DatasetGraph)with an empty default dataset graph
-