IBM Rational Functional Tester
Version 6.1
IBM Rational Functional Tester API Reference

Project Version 2.0

Uses of Interface
com.rational.test.ft.vp.ITestDataTreeNode

Packages that use ITestDataTreeNode
com.rational.test.ft.vp The package com.rational.test.ft.vp provides verification point services to test scripts. 
 

Uses of ITestDataTreeNode in com.rational.test.ft.vp
 

Methods in com.rational.test.ft.vp that return ITestDataTreeNode
static ITestDataTreeNode VpUtil.getTestDataTreeNode(java.lang.Object node)
          Provides a default tree node object.
 ITestDataTreeNode ITestDataTreeNode.getParent()
          Returns the parent node of a tree structure.
 ITestDataTreeNode[] ITestDataTreeNode.getChildren()
          Returns the child nodes relative to this node.
 ITestDataTreeNode[] ITestDataTreeNodes.getRootNodes()
          Returns the root nodes of a tree structure.
 

Methods in com.rational.test.ft.vp with parameters of type ITestDataTreeNode
static ITestDataTree VpUtil.getTestData(ITestDataTreeNode[] rootNodes)
          Provides a default tree TestData object.
 void ITestDataTreeNode.setParent(ITestDataTreeNode parent)
          Sets the parent node of a tree structure.
 void ITestDataTreeNode.setChildren(ITestDataTreeNode[] children)
          Sets the child nodes of this node.
 void ITestDataTreeNodes.setRootNodes(ITestDataTreeNode[] rootNodes)
          Sets the root nodes of a tree structure.