Uses of Class
kieker.visualization.trace.dependency.graph.WeightedBidirectionalDependencyGraphEdge
Packages that use WeightedBidirectionalDependencyGraphEdge
Package
Description
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
-
Uses of WeightedBidirectionalDependencyGraphEdge in kieker.visualization.trace.dependency.graph
Methods in kieker.visualization.trace.dependency.graph that return types with arguments of type WeightedBidirectionalDependencyGraphEdgeModifier and TypeMethodDescriptionDependencyGraphNode.getAssumedIncomingDependencies()DependencyGraphNode.getAssumedOutgoingDependencies()DependencyGraphNode.getIncomingDependencies()DependencyGraphNode.getOutgoingDependencies()DependencyGraphNode.getOutgoingEdges()Methods in kieker.visualization.trace.dependency.graph with parameters of type WeightedBidirectionalDependencyGraphEdgeModifier and TypeMethodDescriptionvoidAbstractDependencyGraphFormatterVisitor.visitEdge(WeightedBidirectionalDependencyGraphEdge<T> edge)