IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester API Reference

Project Version 2.3

com.rational.test.ft.vp
Interface ITestDataTree

All Superinterfaces:
ITestData

public interface ITestDataTree
extends ITestData

The base-level tree verification-point interface. This interface represents a property set and entry points to the tree nodes.

Since:
RFT1.0

Method Summary
 boolean getOrdered()
          Returns the setting of the Ordered property.
 ITestDataTreeNodes getTreeNodes()
          Returns the nodes of a tree structure.
 void setOrdered(boolean ordered)
          Sets the tree to be compared in either an ordered or unordered fashion.
 void setTreeNodes(ITestDataTreeNodes treeNodes)
          Sets the nodes of a tree structure.
 
Methods inherited from interface com.rational.test.ft.vp.ITestData
getData, getDataType, getDescription, getName, getProperty, getPropertyKeys, getType, setData, setDataType, setDescription, setName, setProperty, setType
 

Method Detail

getTreeNodes

ITestDataTreeNodes getTreeNodes()
Returns the nodes of a tree structure.

Since:
RFT1.0

setTreeNodes

void setTreeNodes(ITestDataTreeNodes treeNodes)
Sets the nodes of a tree structure.

Since:
RFT1.0

getOrdered

boolean getOrdered()
Returns the setting of the Ordered property.

Since:
RFT2.1

setOrdered

void setOrdered(boolean ordered)
Sets the tree to be compared in either an ordered or unordered fashion. The default is to compare the tree in an ordered fashion, that is, with a property setting of true. However, if the order in the tree is not important, call this method with false.

Parameters:
ordered - the setting for the property