Uses of Interface
kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraph.IGraphVisitor
| Package | Description |
|---|---|
| kieker.tools.trace.analysis.filter.visualization.dependencyGraph |
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.tools.trace.analysis.filter.visualization.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.
|
| kieker.tools.trace.analysis.filter.visualization.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.
|
| kieker.tools.trace.analysis.filter.visualization.traceColoring |
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 |
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.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.
|
| 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 AbstractGraph.IGraphVisitor in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Classes in kieker.tools.trace.analysis.filter.visualization.dependencyGraph that implement AbstractGraph.IGraphVisitor Modifier and Type Class Description classAbstractDependencyGraphFormatterVisitor<T extends ISystemModelElement>Deprecated.1.15 ported to teetime -
Uses of AbstractGraph.IGraphVisitor in kieker.tools.trace.analysis.filter.visualization.descriptions
Classes in kieker.tools.trace.analysis.filter.visualization.descriptions that implement AbstractGraph.IGraphVisitor Modifier and Type Class Description classDescriptionDecoratorFilter<V extends AbstractPayloadedVertex<V,E,O,ISystemModelElement>,E extends AbstractEdge<V,E,O>,O>Deprecated.1.15 ported to teetime -
Uses of AbstractGraph.IGraphVisitor in kieker.tools.trace.analysis.filter.visualization.graph
Methods in kieker.tools.trace.analysis.filter.visualization.graph with parameters of type AbstractGraph.IGraphVisitor Modifier and Type Method Description voidAbstractGraph. traverse(AbstractGraph.IGraphVisitor<V,E> visitor)Traverses this graph using the given visitor.voidAbstractGraph. traverseWithVerticesFirst(AbstractGraph.IGraphVisitor<V,E> visitor)Traverses this graph using the given visitor. -
Uses of AbstractGraph.IGraphVisitor in kieker.tools.trace.analysis.filter.visualization.traceColoring
Classes in kieker.tools.trace.analysis.filter.visualization.traceColoring that implement AbstractGraph.IGraphVisitor Modifier and Type Class Description classTraceColoringFilter<V extends AbstractVertex<V,E,TraceInformation>,E extends AbstractEdge<V,E,TraceInformation>>Deprecated.1.15 ported to teetime -
Uses of AbstractGraph.IGraphVisitor in kieker.visualization.trace
Classes in kieker.visualization.trace that implement AbstractGraph.IGraphVisitor Modifier and Type Class Description classTraceColoringFilter<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 AbstractGraph.IGraphVisitor in kieker.visualization.trace.dependency.graph
Classes in kieker.visualization.trace.dependency.graph that implement AbstractGraph.IGraphVisitor Modifier and Type Class Description classAbstractDependencyGraphFormatterVisitor<T extends ISystemModelElement>Abstract base class for dependency-graph-formatting visitors. -
Uses of AbstractGraph.IGraphVisitor in kieker.visualization.trace.descriptions
Classes in kieker.visualization.trace.descriptions that implement AbstractGraph.IGraphVisitor Modifier and Type Class Description classDescriptionDecoratorFilter<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.