Class WeightedBidirectionalDependencyGraphEdge<T extends ISystemModelElement>

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

public class WeightedBidirectionalDependencyGraphEdge<T extends ISystemModelElement>
extends AbstractWeightedEdge<DependencyGraphNode<T>,​WeightedBidirectionalDependencyGraphEdge<T>,​TraceInformation>
This class represents a weighted but bidirected edge within a dependency graph.
Since:
1.1
Author:
Andre van Hoorn