Class Tree
java.lang.Object
de.uka.ipd.sdq.tcfmoop.outputtree.Node
de.uka.ipd.sdq.tcfmoop.outputtree.Tree
Represents a Tree data structure.
-
Nested Class Summary
Nested classes/interfaces inherited from class de.uka.ipd.sdq.tcfmoop.outputtree.Node
Node.NodeType
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class de.uka.ipd.sdq.tcfmoop.outputtree.Node
addChild, attachSubtree, clearChildren, getChildren, getParent, getType, getValue, hasChildren, isRoot, subTreeToString, toString, updateValue
-
Constructor Details
-
Tree
Creates a new tree- Parameters:
rootElementValue
- information stored in the root Nodetype
- type of the root Node.
-