| Package | Description |
|---|---|
| com.rational.test.ft.vp |
| Modifier and Type | Method and Description |
|---|---|
ITestDataTreeNode[] |
ITestDataTreeNode.getChildren()
Returns the child nodes relative to this node.
|
ITestDataTreeNode |
ITestDataTreeNode.getParent()
Returns the parent node of a tree structure.
|
ITestDataTreeNode[] |
ITestDataTreeNodes.getRootNodes()
Returns the root nodes of a tree structure.
|
static ITestDataTreeNode |
VpUtil.getTestDataTreeNode(java.lang.Object node)
Provides a default tree node object.
|
| Modifier and Type | Method and Description |
|---|---|
static ITestDataTree |
VpUtil.getTestData(ITestDataTreeNode[] rootNodes)
Provides a default tree
TestData object. |
void |
ITestDataTreeNode.setChildren(ITestDataTreeNode[] children)
Sets the child nodes of this node.
|
void |
ITestDataTreeNode.setParent(ITestDataTreeNode parent)
Sets the parent node of a tree structure.
|
void |
ITestDataTreeNodes.setRootNodes(ITestDataTreeNode[] rootNodes)
Sets the root nodes of a tree structure.
|