Uses of Class
kieker.visualization.trace.AbstractGraphFilter
Packages that use AbstractGraphFilter
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.
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 AbstractGraphFilter in kieker.visualization.trace
Subclasses of AbstractGraphFilter in kieker.visualization.traceModifier and TypeClassDescriptionclassTraceColoringFilter<V extends AbstractVertex<V,E, TraceInformation>, E extends AbstractEdge<V, E, TraceInformation>> This filter sets the color of nodes and edges which belong to a single trace according to a trace coloring schema defined in a color repository (seeTraceColorRepository). -
Uses of AbstractGraphFilter in kieker.visualization.trace.descriptions
Subclasses of AbstractGraphFilter in kieker.visualization.trace.descriptionsModifier and TypeClassDescriptionclassDescriptionDecoratorFilter<V extends AbstractPayloadedVertex<V,E, O, ISystemModelElement>, E extends AbstractEdge<V, E, O>, O> A filter which attaches decorations from a repository to graph entities.