Uses of Class
kieker.tools.trace.analysis.filter.visualization.graph.AbstractPayloadedVertex
| 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.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 AbstractPayloadedVertex in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Subclasses of AbstractPayloadedVertex in kieker.tools.trace.analysis.filter.visualization.dependencyGraph Modifier and Type Class Description classDependencyGraphNode<T extends ISystemModelElement>Deprecated.1.15 ported to teetime -
Uses of AbstractPayloadedVertex in kieker.tools.trace.analysis.filter.visualization.descriptions
Classes in kieker.tools.trace.analysis.filter.visualization.descriptions with type parameters of type AbstractPayloadedVertex 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 AbstractPayloadedVertex in kieker.tools.trace.analysis.filter.visualization.graph
Classes in kieker.tools.trace.analysis.filter.visualization.graph with type parameters of type AbstractPayloadedVertex Modifier and Type Class Description classAbstractPayloadedVertex<V extends AbstractPayloadedVertex<V,E,O,P>,E extends AbstractEdge<V,E,O>,O,P>Abstract superclass for "payloaded" vertices, i.e. -
Uses of AbstractPayloadedVertex in kieker.visualization.trace.dependency.graph
Subclasses of AbstractPayloadedVertex in kieker.visualization.trace.dependency.graph Modifier and Type Class Description classDependencyGraphNode<T extends ISystemModelElement>This class represents a single node within a dependency graph. -
Uses of AbstractPayloadedVertex in kieker.visualization.trace.descriptions
Classes in kieker.visualization.trace.descriptions with type parameters of type AbstractPayloadedVertex 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.