|
Kieker 1.7 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkieker.tools.traceAnalysis.filter.visualization.callTree.CallTreeNode
@Deprecated public class CallTreeNode
This class represents a single node within the call tree.
| Constructor Summary | |
|---|---|
CallTreeNode(CallTreeNode parent,
CallTreeOperationHashKey opInfo)
Deprecated. To be removed in Kieker 1.8. |
|
| Method Summary | |
|---|---|
CallTreeNode |
createNewChild(AllocationComponent allocationComponent,
Operation operation)
Deprecated. Creates a new child and adds it to the nodes list of children. |
AllocationComponent |
getAllocationComponent()
Deprecated. Delivers the allocation component stored within this node. |
CallTreeNode |
getChild(AllocationComponent allocationComponent,
Operation operation)
Deprecated. Returns the child node with given operation, name, and vmName. |
Collection<CallTreeNode> |
getChildren()
Deprecated. Delivers a collection containing the child nodes. |
Operation |
getOperation()
Deprecated. Delivers the operation stored within this node. |
CallTreeNode |
getParent()
Deprecated. Delivers the parent of this node. |
boolean |
isRootNode()
Deprecated. Tells whether the current node is the root or not. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public CallTreeNode(CallTreeNode parent,
CallTreeOperationHashKey opInfo)
parent - The parent of this node. If this is null, the node will be interpreted as a root node.opInfo - The info to be stored in this node.| Method Detail |
|---|
public final Collection<CallTreeNode> getChildren()
public final CallTreeNode createNewChild(AllocationComponent allocationComponent,
Operation operation)
allocationComponent - The allocation component used for the hash key within the new node.operation - The operation used for the hash key within the new node.
public final CallTreeNode getChild(AllocationComponent allocationComponent,
Operation operation)
allocationComponent - The allocation component which is used to find the node.operation - The operation which is used to find the node.
public final AllocationComponent getAllocationComponent()
public final Operation getOperation()
public final CallTreeNode getParent()
public final boolean isRootNode()
|
Kieker 1.7 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||