Uses of Class
kieker.visualization.trace.dependency.graph.AbstractDependencyGraphFormatter
Package | Description |
---|---|
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 AbstractDependencyGraphFormatter in kieker.visualization.trace.dependency.graph
Subclasses of AbstractDependencyGraphFormatter in kieker.visualization.trace.dependency.graph Modifier and Type Class Description class
AbstractComponentDependencyGraphFormatter<G extends AbstractDependencyGraph<?>>
Abstract superclass for formatters for component-based dependency graphs.class
AbstractOperationDependencyGraphFormatter<T extends AbstractDependencyGraph<?>>
Abstract for formatters for operation-level dependency graph.class
ComponentAllocationDependencyGraphFormatter
Formatter class for component dependency graphs on the allocation level (seeComponentAllocationDependencyGraph
) .class
ComponentAssemblyDependencyGraphFormatter
Formatter class for component dependency graphs on the assembly level (seeComponentAssemblyDependencyGraph
).class
ContainerDependencyGraphFormatter
Formatter for container dependency graphs.class
OperationAllocationDependencyGraphFormatter
Formatter for operation dependency graphs on the allocation level (seeOperationAllocationDependencyGraph
).class
OperationAssemblyDependencyGraphFormatter
Formatter for operation dependency graphs on the assembly level (seeOperationAssemblyDependencyGraph
).