public class TreeNode extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
TreeNode(QueryNode queryNode) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
changeQueryNode(QueryNode newNode) |
TreeNode |
cloneShallowly()
Does not clone the query node
|
TreeNode |
findNewTreeNode(Map<QueryNode,TreeNode> newNodeIndex) |
protected QueryNode |
getQueryNode() |
String |
toString() |
Copyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.