DTNode.SplitResult<I,O,D>children, data, depth, discriminator, parent, parentOutcome| Modifier | Constructor and Description |
|---|---|
|
BinaryDTNode(D data) |
protected |
BinaryDTNode(DTNode<I,Boolean,D> parent,
Boolean parentOutcome,
D data) |
| Modifier and Type | Method and Description |
|---|---|
protected DTNode<I,Boolean,D> |
createChild(Boolean outcome,
D data) |
protected Map<Boolean,DTNode<I,Boolean,D>> |
createChildMap() |
public BinaryDTNode(D data)
Copyright © 2014. All Rights Reserved.