Uses of Class
kieker.visualization.trace.dependency.graph.AbstractDependencyGraph
Packages that use AbstractDependencyGraph
Package
Description
Copyright 2026 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 AbstractDependencyGraphModifier and TypeClassDescriptionclassAbstract superclass for formatters for component-based dependency graphs.classAbstractDependencyGraphFormatter<G extends AbstractDependencyGraph<?>>Abstract superclass for all dependency-graph formatters.classAbstract for formatters for operation-level dependency graph.Subclasses of AbstractDependencyGraph in kieker.visualization.trace.dependency.graphModifier and TypeClassDescriptionclassThis class represents component dependency graphs on the allocation level.classThis class represents component dependency graphs on the assembly level.classThis class represents container dependency graphs.classThis class represents operation dependency graphs on the allocation level.classThis class represents operation dependency graphs on the assembly level.Constructors in kieker.visualization.trace.dependency.graph with parameters of type AbstractDependencyGraphModifierConstructorDescriptionAbstractDependencyGraphFilter(SystemModelRepository repository, TimeUnit timeUnit, AbstractDependencyGraph<T> graph) Creates a new abstract dependency graph filter using the given data.