| Package | Description |
|---|---|
| it.unibz.inf.ontop.iq.impl | |
| it.unibz.inf.ontop.iq.impl.tree |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<QueryNode> |
QueryTreeComponent.getAncestors(QueryNode descendantNode)
From the parent to the oldest ancestor.
|
com.google.common.collect.ImmutableList<QueryNode> |
QueryTreeComponent.getNodesInBottomUpOrder() |
com.google.common.collect.ImmutableList<QueryNode> |
QueryTreeComponent.getNodesInTopDownOrder() |
Optional<QueryNode> |
QueryTreeComponent.getParent(QueryNode node) |
QueryNode |
QueryTreeComponent.getRootNode() |
Optional<QueryNode> |
QueryTreeComponent.nextSibling(QueryNode node) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<QueryNode> |
DefaultQueryTreeComponent.getAncestors(QueryNode descendantNode) |
com.google.common.collect.ImmutableList<QueryNode> |
DefaultQueryTreeComponent.getNodesInTopDownOrder() |
Optional<QueryNode> |
DefaultQueryTreeComponent.getParent(QueryNode node) |
Optional<QueryNode> |
DefaultQueryTreeComponent.nextSibling(QueryNode node) |
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.