X
- the class of labels for nodes in this tree.public interface Tree<X>
Modifier and Type | Method and Description |
---|---|
List<Tree<X>> |
getChildren()
Returns the children of the root node of this tree.
|
X |
getLabel()
Returns the label for the root node of this tree.
|
X getLabel()
List<Tree<X>> getChildren()
Copyright (C) 2016-2018 Benjamin Paaßen, AG Theoretical Computer Science, Centre of Excellence Cognitive Interaction Technology (CITEC), University of Bielefeld, licensed under the AGPL v. 3: http://openresearch.cit-ec.de/projects/tcs . This documentation is licensed under the conditions of CC-BY-SA 4.0: https://creativecommons.org/licenses/by-sa/4.0/