Kieker 1.5

kieker.tools.traceAnalysis.filter.visualization.callTree
Class TraceCallTreeNode

java.lang.Object
  extended by kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeNode<AllocationComponentOperationPair>
      extended by kieker.tools.traceAnalysis.filter.visualization.callTree.TraceCallTreeNode

public class TraceCallTreeNode
extends AbstractCallTreeNode<AllocationComponentOperationPair>

Author:
Andre van Hoorn

Constructor Summary
TraceCallTreeNode(int id, AllocationComponentOperationPair entity, boolean rootNode)
           
 
Method Summary
 AbstractCallTreeNode<AllocationComponentOperationPair> newCall(Object destination)
           
 
Methods inherited from class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeNode
getChildEdges, getEntity, getId, isRootNode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraceCallTreeNode

public TraceCallTreeNode(int id,
                         AllocationComponentOperationPair entity,
                         boolean rootNode)
Method Detail

newCall

public AbstractCallTreeNode<AllocationComponentOperationPair> newCall(Object destination)
Specified by:
newCall in class AbstractCallTreeNode<AllocationComponentOperationPair>

Kieker 1.5

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