|
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 ITestDataTreeNode
Provides the necessary methods for representing a node in a Tree test-data object.
| Method Summary | |
|---|---|
int |
getChildCount()
Returns the number of child nodes from this node. |
ITestDataTreeNode[] |
getChildren()
Returns the child nodes relative to this node. |
boolean |
getMasked()
Returns true if this node in the tree
should be masked from comparison in a verification-point replay. |
java.lang.Object |
getNode()
Returns a description of the node itself. |
ITestDataTreeNode |
getParent()
Returns the parent node of a tree structure. |
ITestDataTree |
getTree()
This method returns the reference to tree. |
void |
setChildren(ITestDataTreeNode[] children)
Sets the child nodes of this node. |
void |
setMasked(boolean masked)
Sets the masked attribute of the element of this node. |
void |
setNode(java.lang.Object node)
Sets a description of the node itself. |
void |
setParent(ITestDataTreeNode parent)
Sets the parent node of a tree structure. |
void |
setTree(ITestDataTree tree)
This method sets the reference to tree. |
| Method Detail |
|---|
java.lang.Object getNode()
void setNode(java.lang.Object node)
ITestDataTreeNode getParent()
void setParent(ITestDataTreeNode parent)
int getChildCount()
ITestDataTreeNode[] getChildren()
void setChildren(ITestDataTreeNode[] children)
children - the children of this nodeboolean getMasked()
true if this node in the tree
should be masked from comparison in a verification-point replay.
void setMasked(boolean masked)
masked - true if this node should be ignored
in a comparison operationvoid setTree(ITestDataTree tree)
ITestDataTree getTree()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||