| Package | Description |
|---|---|
| it.unibz.inf.ontop.iq | |
| it.unibz.inf.ontop.iq.impl.tree |
| Modifier and Type | Method and Description |
|---|---|
void |
IntermediateQueryBuilder.addChild(QueryNode parentNode,
QueryNode child)
When the parent is NOT a BinaryAsymetricOperatorNode
|
void |
IntermediateQueryBuilder.addChild(QueryNode parentNode,
QueryNode child,
BinaryOrderedOperatorNode.ArgumentPosition position)
When the parent is a BinaryAsymetricOperatorNode.
|
void |
IntermediateQueryBuilder.addChild(QueryNode parentNode,
QueryNode child,
Optional<BinaryOrderedOperatorNode.ArgumentPosition> optionalPosition)
For commodity
|
IntermediateQuery |
IntermediateQueryBuilder.build() |
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<QueryNode> |
IntermediateQueryBuilder.getChildren(QueryNode node) |
QueryNode |
IntermediateQueryBuilder.getRootNode() |
void |
IntermediateQueryBuilder.init(DistinctVariableOnlyDataAtom projectionAtom,
QueryNode rootNode) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultIntermediateQueryBuilder.addChild(QueryNode parentNode,
QueryNode childNode) |
void |
DefaultIntermediateQueryBuilder.addChild(QueryNode parentNode,
QueryNode childNode,
BinaryOrderedOperatorNode.ArgumentPosition position) |
void |
DefaultIntermediateQueryBuilder.addChild(QueryNode parentNode,
QueryNode child,
Optional<BinaryOrderedOperatorNode.ArgumentPosition> optionalPosition) |
IntermediateQuery |
DefaultIntermediateQueryBuilder.build() |
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<QueryNode> |
DefaultIntermediateQueryBuilder.getChildren(QueryNode node) |
QueryNode |
DefaultIntermediateQueryBuilder.getRootNode() |
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.