Uses of Class
kieker.tools.trace.analysis.filter.visualization.graph.AbstractWeightedEdge
| Package | Description |
|---|---|
| kieker.tools.trace.analysis.filter.visualization.callTree |
Copyright 2022 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.
|
| kieker.tools.trace.analysis.filter.visualization.dependencyGraph |
Copyright 2022 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.
|
| kieker.visualization.trace.call.tree |
Copyright 2022 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.
|
| kieker.visualization.trace.dependency.graph |
Copyright 2022 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 AbstractWeightedEdge in kieker.tools.trace.analysis.filter.visualization.callTree
Subclasses of AbstractWeightedEdge in kieker.tools.trace.analysis.filter.visualization.callTree Modifier and Type Class Description classWeightedDirectedCallTreeEdge<T>Deprecated.1.15 moved to new location -
Uses of AbstractWeightedEdge in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Subclasses of AbstractWeightedEdge in kieker.tools.trace.analysis.filter.visualization.dependencyGraph Modifier and Type Class Description classWeightedBidirectionalDependencyGraphEdge<T extends ISystemModelElement>Deprecated.1.15 ported to teetime -
Uses of AbstractWeightedEdge in kieker.visualization.trace.call.tree
Subclasses of AbstractWeightedEdge in kieker.visualization.trace.call.tree Modifier and Type Class Description classWeightedDirectedCallTreeEdge<T>This class represents a weighted and directed edge within a call tree. -
Uses of AbstractWeightedEdge in kieker.visualization.trace.dependency.graph
Subclasses of AbstractWeightedEdge in kieker.visualization.trace.dependency.graph Modifier and Type Class Description classWeightedBidirectionalDependencyGraphEdge<T extends ISystemModelElement>This class represents a weighted but bidirected edge within a dependency graph.