| Package | Description |
|---|---|
| com.clarkparsia.pellet.sparqldl.engine | |
| com.clarkparsia.pellet.sparqldl.model |
| Modifier and Type | Field and Description |
|---|---|
protected Query |
AbstractABoxEngineWrapper.aboxQuery |
protected Query |
CombinedQueryEngine.oldQuery |
protected Query |
CombinedQueryEngine.query |
protected Query |
QueryPlan.query |
protected Query |
AbstractABoxEngineWrapper.schemaQuery |
| Modifier and Type | Method and Description |
|---|---|
Query |
QueryPlan.getQuery() |
| Modifier and Type | Method and Description |
|---|---|
static List<Query> |
QueryEngine.split(Query query)
If a query has disconnected components such as C(x), D(y) then it should
be answered as two separate queries.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
QuerySizeEstimator.computeSizeEstimate(Query query) |
static QueryResult |
QueryEngine.exec(Query query) |
QueryResult |
CombinedQueryEngine.exec(Query query) |
QueryResult |
QueryExec.exec(Query plan) |
QueryResult |
AbstractABoxEngineWrapper.exec(Query query) |
static QueryResult |
QueryEngine.exec(Query query,
KnowledgeBase kb) |
QueryResult |
SimpleQueryEngine.execABoxQuery(Query q) |
QueryResult |
OptimizedQueryEngine2.execABoxQuery(Query q) |
QueryResult |
OptimizedQueryEngine3.execABoxQuery(Query q) |
protected abstract QueryResult |
AbstractABoxEngineWrapper.execABoxQuery(Query q) |
static boolean |
QueryEngine.execBooleanABoxQuery(Query query)
Executes all boolean ABox atoms
|
QueryPlan |
QueryOptimizer.getExecutionPlan(Query query) |
static QueryResult |
QuerySubsumption.getSubsumptionMappings(Query sub,
Query sup)
Computes the subsumption mappings between sub and sup
|
static boolean |
QuerySubsumption.isEquivalentTo(Query q1,
Query q2)
Checks whether sub is equivalent to sup
|
static boolean |
QuerySubsumption.isSubsumedBy(Query sub,
Query sup)
Checks whether sub is subsumed by sup
|
static List<Query> |
QueryEngine.split(Query query)
If a query has disconnected components such as C(x), D(y) then it should
be answered as two separate queries.
|
boolean |
SimpleQueryEngine.supports(Query q) |
boolean |
OptimizedQueryEngine2.supports(Query q) |
boolean |
OptimizedQueryEngine3.supports(Query q) |
boolean |
CombinedQueryEngine.supports(Query q) |
boolean |
QueryExec.supports(Query q) |
static boolean |
QueryEngine.supports(Query query,
KnowledgeBase kb) |
| Constructor and Description |
|---|
CostBasedQueryPlanNew(Query query) |
IncrementalQueryPlan(Query query) |
NoReorderingQueryPlan(Query query) |
QueryPlan(Query query) |
| Modifier and Type | Class and Description |
|---|---|
class |
QueryImpl
Title: Default implementation of the
Query |
| Modifier and Type | Method and Description |
|---|---|
Query |
Query.apply(ResultBinding binding)
Replace the variables in the query with the values specified in the
binding and return a new query instance (without modifying this query).
|
Query |
QueryImpl.apply(ResultBinding binding)
Replace the variables in the query with the values specified in the
binding and return a new query instance (without modifying this query).
|
Query |
CoreNewImpl.getQuery() |
Query |
Query.reorder(int[] atoms)
Creates a subquery from the given query.
|
Query |
QueryImpl.reorder(int[] ordering)
Creates a subquery from the given query.
|
| Constructor and Description |
|---|
QueryImpl(Query query) |
QueryResultImpl(Query query) |
Copyright © 2019. All rights reserved.