Package org.somda.dsl.biceps.base.tree
Interface ComponentTree
-
- All Implemented Interfaces:
public interface ComponentTree
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classComponentTree.Rootpublic final classComponentTree.Node
-
Method Summary
Modifier and Type Method Description abstract List<ComponentTree.Node<?>>getChildren()-
-
Method Detail
-
getChildren
abstract List<ComponentTree.Node<?>> getChildren()
-
-
-
-