|
IBM Rational Functional Tester Version 6.1 IBM Rational Functional Tester API Reference Project Version 2.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public ITestDataTreeNodes getTreeNodes()
public void setTreeNodes(ITestDataTreeNodes treeNodes)
public boolean getOrdered()
Ordered
property.
public 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 |