Uses of Class
kieker.tools.trace.analysis.filter.visualization.AbstractGraphFormatter
| 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.
|
| 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 AbstractGraphFormatter in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Subclasses of AbstractGraphFormatter in kieker.tools.trace.analysis.filter.visualization.dependencyGraph 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 teetimeclassComponentAllocationDependencyGraphFormatterDeprecated.1.15 ported to teetimeclassComponentAssemblyDependencyGraphFormatterDeprecated.1.15 ported to teetimeclassContainerDependencyGraphFormatterDeprecated.1.15 ported to teetimeclassOperationAllocationDependencyGraphFormatterDeprecated.1.15 ported to teetimeclassOperationAssemblyDependencyGraphFormatterDeprecated.1.15 ported to teetime -
Uses of AbstractGraphFormatter in kieker.visualization.trace.dependency.graph
Subclasses of AbstractGraphFormatter in kieker.visualization.trace.dependency.graph Modifier and Type Class Description classAbstractComponentDependencyGraphFormatter<G extends AbstractDependencyGraph<?>>Abstract superclass for formatters for component-based dependency graphs.classAbstractDependencyGraphFormatter<G extends AbstractDependencyGraph<?>>Abstract superclass for all dependency-graph formatters.classAbstractOperationDependencyGraphFormatter<T extends AbstractDependencyGraph<?>>Abstract for formatters for operation-level dependency graph.classComponentAllocationDependencyGraphFormatterFormatter class for component dependency graphs on the allocation level (seeComponentAllocationDependencyGraph) .classComponentAssemblyDependencyGraphFormatterFormatter class for component dependency graphs on the assembly level (seeComponentAssemblyDependencyGraph).classContainerDependencyGraphFormatterFormatter for container dependency graphs.classOperationAllocationDependencyGraphFormatterFormatter for operation dependency graphs on the allocation level (seeOperationAllocationDependencyGraph).classOperationAssemblyDependencyGraphFormatterFormatter for operation dependency graphs on the assembly level (seeOperationAssemblyDependencyGraph).