Uses of Class
kieker.tools.trace.analysis.filter.visualization.graph.AbstractVertex
| Package | Description |
|---|---|
| kieker.tools.trace.analysis.filter.visualization |
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.callTree |
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.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.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.call.tree |
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 AbstractVertex in kieker.tools.trace.analysis.filter.visualization
Classes in kieker.tools.trace.analysis.filter.visualization with type parameters of type AbstractVertex Modifier and Type Class Description classAbstractGraphFilter<G extends AbstractGraph<V,E,O>,V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O>Deprecated.1.15 moved to teetimeMethods in kieker.tools.trace.analysis.filter.visualization with parameters of type AbstractVertex Modifier and Type Method Description static voidAbstractGraphFormatter. formatDecorations(java.lang.StringBuilder builder, AbstractVertex<?,?,?> vertex)Utility function to format the decorations attached to a vertex. -
Uses of AbstractVertex in kieker.tools.trace.analysis.filter.visualization.callTree
Subclasses of AbstractVertex in kieker.tools.trace.analysis.filter.visualization.callTree Modifier and Type Class Description classAbstractAggregatedCallTreeNode<T>Deprecated.1.15 moved to teetimeclassAbstractCallTreeNode<T>Deprecated.1.15 moved to new locationclassTraceCallTreeNodeDeprecated.1.15 ported to teetime -
Uses of AbstractVertex in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Subclasses of AbstractVertex 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 AbstractVertex in kieker.tools.trace.analysis.filter.visualization.graph
Classes in kieker.tools.trace.analysis.filter.visualization.graph with type parameters of type AbstractVertex Modifier and Type Class Description classAbstractEdge<V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O>Generic superclass for all graph edges in the visualization package.classAbstractGraph<V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O>Generic superclass for all graphs in the visualization package.classAbstractVertex<V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O>Generic superclass for all vertices in the visualization package.classAbstractWeightedEdge<V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O>Abstract superclass for weighted edges in the visualization package.Subclasses of AbstractVertex in kieker.tools.trace.analysis.filter.visualization.graph 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 AbstractVertex in kieker.tools.trace.analysis.filter.visualization.traceColoring
Classes in kieker.tools.trace.analysis.filter.visualization.traceColoring with type parameters of type AbstractVertex 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 AbstractVertex in kieker.visualization.trace
Classes in kieker.visualization.trace with type parameters of type AbstractVertex Modifier and Type Class Description classAbstractGraphFilter<G extends AbstractGraph<V,E,O>,V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O>Abstract superclass for all graph filters.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 AbstractVertex in kieker.visualization.trace.call.tree
Subclasses of AbstractVertex in kieker.visualization.trace.call.tree Modifier and Type Class Description classAbstractAggregatedCallTreeNode<T>This is an abstract base for a single node within an aggregated call tree.classAbstractCallTreeNode<T>This is an abstract base for a single node within a call tree.classTraceCallTreeNodeThis class represents a single node within the trace call tree. -
Uses of AbstractVertex in kieker.visualization.trace.dependency.graph
Subclasses of AbstractVertex 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.