Class AbstractCallTreeNode<T>

Type Parameters:
T - The type of the entity to be stored in the node.
Direct Known Subclasses:
AbstractAggregatedCallTreeNode, TraceCallTreeNode

@Deprecated
public abstract class AbstractCallTreeNode<T>
extends AbstractVertex<AbstractCallTreeNode<T>,​WeightedDirectedCallTreeEdge<T>,​MessageTrace>
Deprecated.
1.15 moved to new location
This is an abstract base for a single node within a call tree.
Since:
1.1