Kieker 1.3

kieker.tools.traceAnalysis.plugins.visualization.callTree
Class AbstractAggregatedCallTreeNode<T>

java.lang.Object
  extended by kieker.tools.traceAnalysis.plugins.visualization.callTree.AbstractCallTreeNode<T>
      extended by kieker.tools.traceAnalysis.plugins.visualization.callTree.AbstractAggregatedCallTreeNode<T>

public abstract class AbstractAggregatedCallTreeNode<T>
extends AbstractCallTreeNode<T>

Author:
Andre van Hoorn

Constructor Summary
AbstractAggregatedCallTreeNode(int id, SystemModelRepository systemEntityFactory, T entity, boolean rootNode)
           
 
Method Summary
abstract  AbstractCallTreeNode<T> newCall(SynchronousCallMessage callMsg)
           
 
Methods inherited from class kieker.tools.traceAnalysis.plugins.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

AbstractAggregatedCallTreeNode

public AbstractAggregatedCallTreeNode(int id,
                                      SystemModelRepository systemEntityFactory,
                                      T entity,
                                      boolean rootNode)
Method Detail

newCall

public abstract AbstractCallTreeNode<T> newCall(SynchronousCallMessage callMsg)
Specified by:
newCall in class AbstractCallTreeNode<T>

Kieker 1.3

Copyright 2011 the Kieker Project, http://kieker.sourceforge.net