public class StructTree
extends java.lang.Object
| Constructor and Description |
|---|
StructTree(MboRemote n) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChildren(StructTree info) |
java.util.List<StructTree> |
getChildren() |
MboRemote |
getStructMbo() |
java.lang.String |
toString()
Dump the details of the Structure Tree.
|
public StructTree(MboRemote n)
n - Give mbopublic MboRemote getStructMbo()
public void addChildren(StructTree info)
public java.util.List<StructTree> getChildren()
public java.lang.String toString()
toString in class java.lang.Object