Package | Description |
---|---|
com.ibm.tivoli.maximo.skd.service |
Modifier and Type | Method and Description |
---|---|
MXHierarchyNode |
MXHierarchyNode.getChild(int index)
Get child node at index
|
MXHierarchyNode |
MXHierarchyNode.getParent()
Get parent node
|
MXHierarchyNode |
MXHierarchyNode.removeChild(int index)
Remove child node with node index
|
Modifier and Type | Method and Description |
---|---|
void |
MXHierarchyNode.addChild(MXHierarchyNode child)
Add a child node
|
void |
MXHierarchyNode.removeChild(MXHierarchyNode child)
Remove child node
|
void |
MXHierarchyNode.setParent(MXHierarchyNode parent)
Set the parent node
|
Constructor and Description |
---|
MXHierarchyNode(MXNodeElement nodeElement,
MXHierarchyNode parent)
Constructor
|