Kieker 1.10

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

java.lang.Object
  extended by kieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraphElement<O>
      extended by kieker.tools.traceAnalysis.filter.visualization.graph.AbstractVertex<AbstractCallTreeNode<T>,WeightedDirectedCallTreeEdge<T>,MessageTrace>
          extended by kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeNode<T>
              extended by kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractAggregatedCallTreeNode<T>
Type Parameters:
T - The type of the entity to be stored in this node.

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

This is an abstract base for a single node within an aggregated call tree.

Since:
1.1
Author:
Andre van Hoorn

Constructor Summary
AbstractAggregatedCallTreeNode(int id, T entity, boolean rootNode, MessageTrace origin, IOriginRetentionPolicy originPolicy)
          This constructor uses the given parameters to initialize the fields of this class.
 
Method Summary
 
Methods inherited from class kieker.tools.traceAnalysis.filter.visualization.callTree.AbstractCallTreeNode
getChildEdges, getEntity, getId, getOutgoingEdges, isRootNode, newCall
 
Methods inherited from class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractVertex
addDecoration, getDecoration, getDecorations
 
Methods inherited from class kieker.tools.traceAnalysis.filter.visualization.graph.AbstractGraphElement
addOrigin, getColor, getDescription, getIdentifier, getOrigins, setColor, setDescription
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAggregatedCallTreeNode

public AbstractAggregatedCallTreeNode(int id,
                                      T entity,
                                      boolean rootNode,
                                      MessageTrace origin,
                                      IOriginRetentionPolicy originPolicy)
This constructor uses the given parameters to initialize the fields of this class.

Parameters:
id - The identifier of this node.
entity - The content of this node.
rootNode - Determines whether this node is the root node or not.
origin - The meta data of this node.
originPolicy - The origin policy.

Kieker 1.10

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