T - The type of the entity to be stored in this node.public abstract class AbstractAggregatedCallTreeNode<T> extends AbstractCallTreeNode<T>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.Integer,WeightedDirectedCallTreeEdge<T>> |
childMap
For faster lookup of existing children.
|
| Constructor and Description |
|---|
AbstractAggregatedCallTreeNode(int id,
T entity,
boolean rootNode,
MessageTrace origin,
IOriginRetentionPolicy originPolicy)
This constructor uses the given parameters to initialize the fields of this class.
|
appendChildEdge, getChildEdges, getEntity, getId, getOutgoingEdges, isRootNode, newCall, toStringaddDecoration, getDecoration, getDecorationsaddOrigin, getColor, getDescription, getIdentifier, getOrigins, setColor, setDescriptionprotected final java.util.Map<java.lang.Integer,WeightedDirectedCallTreeEdge<T>> childMap
public AbstractAggregatedCallTreeNode(int id,
T entity,
boolean rootNode,
MessageTrace origin,
IOriginRetentionPolicy originPolicy)
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.Copyright 2021 Kieker Project, http://kieker-monitoring.net