Class WeightedBidirectionalDependencyGraphEdge<T extends kieker.model.system.model.ISystemModelElement>

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

public class WeightedBidirectionalDependencyGraphEdge<T extends kieker.model.system.model.ISystemModelElement>
extends AbstractWeightedEdge<DependencyGraphNode<T>,​WeightedBidirectionalDependencyGraphEdge<T>,​kieker.model.system.model.TraceInformation>
This class represents a weighted but bidirected edge within a dependency graph.
Since:
1.1
  • Constructor Details

  • Method Details

    • isAssumed

      public boolean isAssumed()
    • setAssumed

      public void setAssumed()
      Sets the assumed flag to true.