Class Tree
- java.lang.Object
-
- org.eclipse.epsilon.emc.composite.Tree
-
public class Tree extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tree
createChild(String label)
void
createChildren(String... children)
ArrayList<Tree>
getAllChildren()
Tree
getChild(String label)
ArrayList<Tree>
getChildren()
String
getLabel()
void
setLabel(String label)
String
toString()
-