|
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 |
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 |
public java.lang.Object getNode()
public void setNode(java.lang.Object node)
public ITestDataTreeNode getParent()
public void setParent(ITestDataTreeNode parent)
public int getChildCount()
public ITestDataTreeNode[] getChildren()
public void setChildren(ITestDataTreeNode[] children)
children
- the children of this nodepublic boolean getMasked()
true
if this node in the tree
should be masked from comparison in a verification-point
replay.
public void setMasked(boolean masked)
masked
- true
if this node should be ignored
in a comparison operationpublic void setTree(ITestDataTree tree)
public ITestDataTree getTree()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |