public abstract class ParentNode<T extends Node> extends Node
Constructor and Description |
---|
ParentNode() |
ParentNode(double score) |
Modifier and Type | Method and Description |
---|---|
List<T> |
children()
This returns the children of this node in the intent tree.
|
compareTo, getScore, increaseScore, setScore
Copyright © 2018. All rights reserved.