public class Tree<T> extends Object
| Constructor and Description |
|---|
Tree()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.kuali.kra.budget.calculator.Node<T> |
getRootElement()
Return the root Node of the tree.
|
void |
setRootElement(org.kuali.kra.budget.calculator.Node<T> rootElement)
Set the root Element for the tree.
|
List<org.kuali.kra.budget.calculator.Node<T>> |
toList()
Returns the Tree
|
String |
toString()
Returns a String representation of the Tree.
|
public org.kuali.kra.budget.calculator.Node<T> getRootElement()
public void setRootElement(org.kuali.kra.budget.calculator.Node<T> rootElement)
rootElement - the root element to set.public List<org.kuali.kra.budget.calculator.Node<T>> toList()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.