Uses of Class
kieker.tools.trace.analysis.filter.visualization.dependencyGraph.AbstractDependencyGraph
| Package | Description |
|---|---|
| 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.
|
-
Uses of AbstractDependencyGraph in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Classes in kieker.tools.trace.analysis.filter.visualization.dependencyGraph with type parameters of type AbstractDependencyGraph Modifier and Type Class Description classAbstractComponentDependencyGraphFormatter<G extends AbstractDependencyGraph<?>>Deprecated.1.15 ported to teetimeclassAbstractDependencyGraphFormatter<G extends AbstractDependencyGraph<?>>Deprecated.1.15 ported to teetimeclassAbstractOperationDependencyGraphFormatter<T extends AbstractDependencyGraph<?>>Deprecated.1.15 ported to teetimeSubclasses of AbstractDependencyGraph in kieker.tools.trace.analysis.filter.visualization.dependencyGraph Modifier and Type Class Description classComponentAllocationDependencyGraphDeprecated.1.15 ported to teetimeclassComponentAssemblyDependencyGraphDeprecated.1.15 ported to teetimeclassContainerDependencyGraphDeprecated.1.15 ported to teetimeclassOperationAllocationDependencyGraphDeprecated.1.15 ported to teetimeclassOperationAssemblyDependencyGraphDeprecated.1.15 ported to teetimeConstructors in kieker.tools.trace.analysis.filter.visualization.dependencyGraph with parameters of type AbstractDependencyGraph Constructor Description AbstractDependencyGraphFilter(Configuration configuration, IProjectContext projectContext, AbstractDependencyGraph<T> graph)Deprecated.Creates a new abstract dependency graph filter using the given data.