Uses of Class
kieker.tools.trace.analysis.filter.visualization.graph.AbstractGraphElement
| Package | Description |
|---|---|
| kieker.tools.trace.analysis.filter |
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.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 AbstractGraphElement in kieker.tools.trace.analysis.filter
Methods in kieker.tools.trace.analysis.filter with parameters of type AbstractGraphElement Modifier and Type Method Description protected <T> voidAbstractGraphProducingFilter. handleOrigin(AbstractGraphElement<T> element, T origin)Deprecated. -
Uses of AbstractGraphElement in kieker.tools.trace.analysis.filter.visualization.callTree
Subclasses of AbstractGraphElement 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 teetimeclassWeightedDirectedCallTreeEdge<T>Deprecated.1.15 moved to new location -
Uses of AbstractGraphElement in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Subclasses of AbstractGraphElement in kieker.tools.trace.analysis.filter.visualization.dependencyGraph Modifier and Type Class Description classDependencyGraphNode<T extends ISystemModelElement>Deprecated.1.15 ported to teetimeclassWeightedBidirectionalDependencyGraphEdge<T extends ISystemModelElement>Deprecated.1.15 ported to teetime -
Uses of AbstractGraphElement in kieker.tools.trace.analysis.filter.visualization.graph
Subclasses of AbstractGraphElement in kieker.tools.trace.analysis.filter.visualization.graph 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.classAbstractPayloadedVertex<V extends AbstractPayloadedVertex<V,E,O,P>,E extends AbstractEdge<V,E,O>,O,P>Abstract superclass for "payloaded" vertices, i.e.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.Methods in kieker.tools.trace.analysis.filter.visualization.graph with parameters of type AbstractGraphElement Modifier and Type Method Description <T> voidCompleteOriginRetentionPolicy. handleOrigin(AbstractGraphElement<T> element, T origin)<T> voidIOriginRetentionPolicy. handleOrigin(AbstractGraphElement<T> element, T origin)Handles a given origin for the given graph element.<T> voidNoOriginRetentionPolicy. handleOrigin(AbstractGraphElement<T> element, T origin)Handles a given origin for the given graph element.<T> voidSpecificOriginRetentionPolicy. handleOrigin(AbstractGraphElement<T> element, T origin) -
Uses of AbstractGraphElement in kieker.visualization.trace
Methods in kieker.visualization.trace with parameters of type AbstractGraphElement Modifier and Type Method Description protected <T> voidAbstractGraphProducingFilter. handleOrigin(AbstractGraphElement<T> element, T origin) -
Uses of AbstractGraphElement in kieker.visualization.trace.call.tree
Subclasses of AbstractGraphElement 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.classWeightedDirectedCallTreeEdge<T>This class represents a weighted and directed edge within a call tree. -
Uses of AbstractGraphElement in kieker.visualization.trace.dependency.graph
Subclasses of AbstractGraphElement 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.classWeightedBidirectionalDependencyGraphEdge<T extends ISystemModelElement>This class represents a weighted but bidirected edge within a dependency graph.