|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITestDataTree
The base-level tree verification-point interface. This interface represents a property set and entry points to the tree nodes.
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 |
---|
ITestDataTreeNodes getTreeNodes()
void setTreeNodes(ITestDataTreeNodes treeNodes)
boolean getOrdered()
Ordered
property.
void setOrdered(boolean ordered)
true
. However, if the order in the tree is not important, call this method with
false
.
ordered
- the setting for the property
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |