Class WeightedDirectedCallTreeEdge<T>

Type Parameters:
T - The type of the entity to be stored in the nodes linked by this edge.

@Deprecated
public class WeightedDirectedCallTreeEdge<T>
extends AbstractWeightedEdge<AbstractCallTreeNode<T>,​WeightedDirectedCallTreeEdge<T>,​MessageTrace>
Deprecated.
1.15 moved to new location
This class represents a weighted and directed edge within a call tree.
Since:
1.1