public final class TreeNode extends Object
Node
element.Constructor and Description |
---|
TreeNode()
Creates an empty
TreeNode |
Modifier and Type | Method and Description |
---|---|
List<TreeNode> |
getChildren()
Returns the list of child
Node elements associated with this node. |
String |
getDefaultChild()
Returns the value of the "defaultChild" attribute.
|
Double |
getEstimatedErrors()
Returns the "estimateErrors" extension associated with this node.
|
String |
getId()
Returns the value of the "id" attribute.
|
Predicate |
getPredicate()
Returns the predicate element associate with this node.
|
Double |
getRecordCount()
Returns the value of the "recordCount" attribute.
|
String |
getScore()
Returns the value of the "score" attribute.
|
List<ScoreDistribution> |
getScoreDistributions()
Returns the list of
ScoreDistribution elements associated with this node. |
void |
setChildren(List<TreeNode> children)
Sets the list of child
Node elements associated with this node. |
void |
setDefaultChild(String defaultChild)
Sets the value of the "defaultChild" attribute.
|
void |
setEstimatedErrors(Double estimatedErrors)
Sets the "estimateErrors" extension associated with this node.
|
void |
setId(String id)
Sets the value of the "id" attribute.
|
void |
setPredicate(Predicate predicate)
Sets the predicate element associate with this node.
|
void |
setRecordCount(Double recordCount)
Sets the value of the "recordCount" attribute.
|
void |
setScore(String score)
Sets the value of the "score" attribute.
|
void |
setScoreDistributions(List<ScoreDistribution> scoreDistributions)
Sets the list of
ScoreDistribution elements associated with this node. |
public final String getId()
public final void setId(String id)
id
- the value of the "id" attribute.public final String getScore()
public final void setScore(String score)
score
- the value of the "score" attribute.public final Double getRecordCount()
public final void setRecordCount(Double recordCount)
recordCount
- the value of the "recordCount" attribute.public final String getDefaultChild()
public final void setDefaultChild(String defaultChild)
defaultChild
- the value of the "defaultChild" attribute.public final List<ScoreDistribution> getScoreDistributions()
ScoreDistribution
elements associated with this node.ScoreDistribution
elements associated with this node.public final void setScoreDistributions(List<ScoreDistribution> scoreDistributions)
ScoreDistribution
elements associated with this node.scoreDistributions
- the list of ScoreDistribution
elements associated with this node.public final List<TreeNode> getChildren()
Node
elements associated with this node.Node
elements associated with this node.public final void setChildren(List<TreeNode> children)
Node
elements associated with this node.children
- the list of child Node
elements associated with this node.public Predicate getPredicate()
public void setPredicate(Predicate predicate)
predicate
- the predicate element associate with this node.public Double getEstimatedErrors()
public void setEstimatedErrors(Double estimatedErrors)
estimatedErrors
- the "estimateErrors" extension associated with this node.Copyright © 2016 Actian Corporation. All rights reserved.