Uses of Class
kieker.visualization.trace.AbstractGraphFilter
Package | Description |
---|---|
kieker.visualization.trace |
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.descriptions |
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 AbstractGraphFilter in kieker.visualization.trace
Subclasses of AbstractGraphFilter in kieker.visualization.trace Modifier and Type Class Description class
TraceColoringFilter<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.descriptions Modifier and Type Class Description class
DescriptionDecoratorFilter<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.