| Package | Description |
|---|---|
| it.unibz.inf.ontop.iq.executor | |
| it.unibz.inf.ontop.iq.impl | |
| it.unibz.inf.ontop.iq.impl.tree |
| Modifier and Type | Method and Description |
|---|---|
R |
ProposalExecutor.apply(P proposal,
IntermediateQuery query,
QueryTreeComponent treeComponent)
TODO: explain
|
| Modifier and Type | Method and Description |
|---|---|
QueryTreeComponent |
QueryTreeComponent.createSnapshot()
Keeps the same query node objects but clones the tree edges
(since the latter are mutable by default).
|
| Constructor and Description |
|---|
IntermediateQueryImpl(DistinctVariableOnlyDataAtom projectionAtom,
QueryTreeComponent treeComponent,
ExecutorRegistry executorRegistry,
IntermediateQueryValidator validator,
OntopModelSettings settings,
IntermediateQueryFactory iqFactory)
For IntermediateQueryBuilders ONLY!!
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultQueryTreeComponent
TODO: describe
Every time a node is added, please call the method collectPossiblyNewVariables()!
|
| Modifier and Type | Method and Description |
|---|---|
QueryTreeComponent |
DefaultQueryTreeComponent.createSnapshot() |
| Modifier and Type | Method and Description |
|---|---|
protected IntermediateQuery |
DefaultIntermediateQueryBuilder.buildQuery(DistinctVariableOnlyDataAtom projectionAtom,
QueryTreeComponent treeComponent)
Can be overwritten to use another constructor
|
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.