| Package | Description |
|---|---|
| com.clarkparsia.pellet.sparqldl.jena |
| Modifier and Type | Method and Description |
|---|---|
static SparqlDLExecutionFactory.QueryEngineType |
SparqlDLExecutionFactory.QueryEngineType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SparqlDLExecutionFactory.QueryEngineType[] |
SparqlDLExecutionFactory.QueryEngineType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.jena.query.QueryExecution |
SparqlDLExecutionFactory.create(org.apache.jena.query.Query query,
org.apache.jena.query.Dataset dataset,
org.apache.jena.query.QuerySolution initialBinding,
SparqlDLExecutionFactory.QueryEngineType queryEngineType)
Creates a QueryExecution with the given
SparqlDLExecutionFactory.QueryEngineType. |
static org.apache.jena.query.QueryExecution |
SparqlDLExecutionFactory.create(org.apache.jena.query.Query query,
org.apache.jena.query.Dataset dataset,
org.apache.jena.query.QuerySolution initialBinding,
SparqlDLExecutionFactory.QueryEngineType queryEngineType,
boolean handleVariableSPO)
Creates a QueryExecution with the given
SparqlDLExecutionFactory.QueryEngineType. |
Copyright © 2019. All rights reserved.