Kieker 1.5

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)
          Creates a new child and adds it to the nodes list of children
 CallTreeNode CallTreeNode.getChild(AllocationComponent allocationComponent, Operation operation)
          Returns the child node with given operation, name, and vmName.
 CallTreeNode CallTreeNode.getParent()
           
 

Methods in kieker.tools.traceAnalysis.filter.visualization.callTree that return types with arguments of type CallTreeNode
 Collection<CallTreeNode> CallTreeNode.getChildren()
           
 

Constructors in kieker.tools.traceAnalysis.filter.visualization.callTree with parameters of type CallTreeNode
CallTreeNode(CallTreeNode parent, CallTreeOperationHashKey opInfo)
           
 


Kieker 1.5

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