Package qilin.util.graph
Class TreeNode<D>
java.lang.Object
qilin.util.graph.TreeNode<D>
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
TreeNode
-
-
Method Details
-
getElem
-
getParent
-
isLeaf
public boolean isLeaf() -
isRoot
public boolean isRoot() -
setParent
-
getChildren
-
addChild
-