public class PlanNode extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PlanNode.Property |
| Modifier and Type | Method and Description |
|---|---|
void |
addChildNode(PlanNode value) |
void |
addProperty(String pname,
List<String> value) |
static PlanNode |
fromXml(String planString) |
List<PlanNode> |
getChildNodes() |
String |
getName() |
PlanNode |
getParent() |
List<PlanNode.Property> |
getProperties() |
String |
toString() |
protected void |
visitNode(PlanNode node,
int nodeLevel,
StringBuilder text) |
public PlanNode()
public PlanNode(String name)
public String getName()
public PlanNode getParent()
public List<PlanNode.Property> getProperties()
public void addChildNode(PlanNode value)
protected void visitNode(PlanNode node, int nodeLevel, StringBuilder text)
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.