Package ai.libs.jaicore.graph
Class TreeNode<T>
- java.lang.Object
-
- ai.libs.jaicore.graph.TreeNode<T>
-
public class TreeNode<T> extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TreeNode<T>addChild(T child)java.util.List<TreeNode<T>>getChildren()TreeNode<T>getParent()TreeNode<T>getRootNode()TgetValue()java.util.List<T>getValuesOnPathFromRoot()voidremoveChild(T child)
-