| Package | Description |
|---|---|
| de.learnlib.datastructure.discriminationtree |
| Modifier and Type | Method and Description |
|---|---|
protected BinaryDTNode<I,D> |
BinaryDTNode.createChild(Boolean outcome,
D data) |
| Constructor and Description |
|---|
BinaryDTNode(BinaryDTNode<I,D> parent,
Boolean parentOutcome,
D data) |
Copyright © 2019. All rights reserved.