Kieker 1.7

Uses of Class
kieker.tools.traceAnalysis.filter.visualization.callTree.CallTreeNode

Packages that use CallTreeNode
kieker.tools.traceAnalysis.filter.visualization.callTree   
 

Uses of CallTreeNode in kieker.tools.traceAnalysis.filter.visualization.callTree
 

Methods in kieker.tools.traceAnalysis.filter.visualization.callTree that return CallTreeNode
 CallTreeNode CallTreeNode.createNewChild(AllocationComponent allocationComponent, Operation operation)
          Deprecated. Creates a new child and adds it to the nodes list of children.
 CallTreeNode CallTreeNode.getChild(AllocationComponent allocationComponent, Operation operation)
          Deprecated. Returns the child node with given operation, name, and vmName.
 CallTreeNode CallTreeNode.getParent()
          Deprecated. Delivers the parent of this node.
 

Methods in kieker.tools.traceAnalysis.filter.visualization.callTree that return types with arguments of type CallTreeNode
 Collection<CallTreeNode> CallTreeNode.getChildren()
          Deprecated. Delivers a collection containing the child nodes.
 

Constructors in kieker.tools.traceAnalysis.filter.visualization.callTree with parameters of type CallTreeNode
CallTreeNode(CallTreeNode parent, CallTreeOperationHashKey opInfo)
          Deprecated. To be removed in Kieker 1.8.
 


Kieker 1.7

Copyright 2013 Kieker Project, http://kieker-monitoring.net