Class 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
  • Field Details

  • Constructor Details

    • 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.