| Package | Description |
|---|---|
| com.clarkparsia.pellet.sparqldl.engine | |
| com.clarkparsia.pellet.sparqldl.model |
| Modifier and Type | Method and Description |
|---|---|
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 QueryResult |
QuerySubsumption.getSubsumptionMappings(Query sub,
Query sup)
Computes the subsumption mappings between sub and sup
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiQueryResults
Title: Result combining more disjoint query results to prevent generating
cross-products.
|
class |
QueryResultImpl
Title: Default implementation of
QueryResult |
| Constructor and Description |
|---|
MultiQueryResults(List<aterm.ATermAppl> resultVars,
List<QueryResult> queryResults) |
Copyright © 2019. All rights reserved.