Class Tree
- java.lang.Object
-
- org.silverpeas.core.pdc.tree.model.Tree
-
- All Implemented Interfaces:
Serializable
public class Tree extends Object implements Serializable
Class declaration- Author:
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDepth()Method declarationTreeNodegetRoot()Method declarationList<TreeNode>getTree()Method declarationvoidsetTree(List<TreeNode> treeNodes)Method declarationStringtoString()Method declaration
-
-
-
Method Detail
-
getDepth
public int getDepth()
Method declaration- Returns:
-
getRoot
public TreeNode getRoot()
Method declaration- Returns:
-
-