Class WeightedDirectedCallTreeEdge<T>

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

public class WeightedDirectedCallTreeEdge<T>
extends AbstractWeightedEdge<AbstractCallTreeNode<T>,​WeightedDirectedCallTreeEdge<T>,​kieker.model.system.model.MessageTrace>
This class represents a weighted and directed edge within a call tree.
Since:
1.1
  • Constructor Details