Uses of Class
kieker.visualization.trace.dependency.graph.AbstractDependencyGraph
| 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 AbstractDependencyGraph in kieker.visualization.trace.dependency.graph
Classes in kieker.visualization.trace.dependency.graph with type parameters of type AbstractDependencyGraph 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.Subclasses of AbstractDependencyGraph in kieker.visualization.trace.dependency.graph Modifier and Type Class Description classComponentAllocationDependencyGraphThis class represents component dependency graphs on the allocation level.classComponentAssemblyDependencyGraphThis class represents component dependency graphs on the assembly level.classContainerDependencyGraphThis class represents container dependency graphs.classOperationAllocationDependencyGraphThis class represents operation dependency graphs on the allocation level.classOperationAssemblyDependencyGraphThis class represents operation dependency graphs on the assembly level.Constructors in kieker.visualization.trace.dependency.graph with parameters of type AbstractDependencyGraph Constructor Description AbstractDependencyGraphFilter(SystemModelRepository repository, java.util.concurrent.TimeUnit timeUnit, AbstractDependencyGraph<T> graph)Creates a new abstract dependency graph filter using the given data.