public static class SplitTreeNode.Factory extends java.lang.Object implements AugmentedJoinTreeNode.Factory
Constructor and Description |
---|
Factory() |
Modifier and Type | Method and Description |
---|---|
AugmentedJoinTreeNode |
createNode(int loc,
float val)
Creates the node.
|
AugmentedJoinTreeNode |
createNode(int loc,
float val,
AugmentedJoinTreeNode c0,
AugmentedJoinTreeNode c1)
Creates the node.
|
public AugmentedJoinTreeNode createNode(int loc, float val)
AugmentedJoinTreeNode.Factory
createNode
in interface AugmentedJoinTreeNode.Factory
loc
- the locval
- the valpublic AugmentedJoinTreeNode createNode(int loc, float val, AugmentedJoinTreeNode c0, AugmentedJoinTreeNode c1)
AugmentedJoinTreeNode.Factory
createNode
in interface AugmentedJoinTreeNode.Factory
loc
- the locval
- the valc0
- the c 0c1
- the c 1