Uses of Class
kieker.tools.trace.analysis.filter.visualization.graph.AbstractVertexDecoration
| 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.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.
|
-
Uses of AbstractVertexDecoration in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Subclasses of AbstractVertexDecoration in kieker.tools.trace.analysis.filter.visualization.dependencyGraph Modifier and Type Class Description classResponseTimeDecorationDeprecated.1.15 ported to teetime -
Uses of AbstractVertexDecoration in kieker.tools.trace.analysis.filter.visualization.graph
Methods in kieker.tools.trace.analysis.filter.visualization.graph with type parameters of type AbstractVertexDecoration Modifier and Type Method Description <DecorationT extends AbstractVertexDecoration>
DecorationTAbstractVertex. getDecoration(java.lang.Class<DecorationT> type)Returns the decoration of this vertex of the given type.Methods in kieker.tools.trace.analysis.filter.visualization.graph that return types with arguments of type AbstractVertexDecoration Modifier and Type Method Description java.util.Collection<AbstractVertexDecoration>AbstractVertex. getDecorations()Returns all decorations of this vertex.Methods in kieker.tools.trace.analysis.filter.visualization.graph with parameters of type AbstractVertexDecoration Modifier and Type Method Description voidAbstractVertex. addDecoration(AbstractVertexDecoration decoration)Adds a decoration to this vertex. -
Uses of AbstractVertexDecoration in kieker.visualization.trace.dependency.graph
Subclasses of AbstractVertexDecoration in kieker.visualization.trace.dependency.graph Modifier and Type Class Description classResponseTimeDecorationResponse time decoration for graph vertices.