public abstract class MTBTreeNodeData extends Object implements Cloneable
MTBTree,
MTBTreeNode| Modifier and Type | Field and Description |
|---|---|
private MTBTreeNode |
node
Reference to the associated node of the tree.
|
| Constructor and Description |
|---|
MTBTreeNodeData() |
| Modifier and Type | Method and Description |
|---|---|
abstract MTBTreeNodeData |
clone() |
MTBTreeNode |
getNode()
Return the node object containing the data.
|
abstract void |
printData()
Method to print the data associated with the node.
|
protected void |
setNode(MTBTreeNode n)
Sets the node the object is associated with.
|
private MTBTreeNode node
protected void setNode(MTBTreeNode n)
n - TreeNode the data object belongs to.public MTBTreeNode getNode()
public abstract MTBTreeNodeData clone()
public abstract void printData()
Copyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.