Uses of Class
kieker.tools.trace.analysis.filter.visualization.graph.AbstractEdge
| 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.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.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.
|
| 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 AbstractEdge in kieker.tools.trace.analysis.filter.visualization
Classes in kieker.tools.trace.analysis.filter.visualization with type parameters of type AbstractEdge 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 teetime -
Uses of AbstractEdge in kieker.tools.trace.analysis.filter.visualization.callTree
Subclasses of AbstractEdge in kieker.tools.trace.analysis.filter.visualization.callTree Modifier and Type Class Description classWeightedDirectedCallTreeEdge<T>Deprecated.1.15 moved to new location -
Uses of AbstractEdge in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Subclasses of AbstractEdge in kieker.tools.trace.analysis.filter.visualization.dependencyGraph Modifier and Type Class Description classWeightedBidirectionalDependencyGraphEdge<T extends ISystemModelElement>Deprecated.1.15 ported to teetime -
Uses of AbstractEdge in kieker.tools.trace.analysis.filter.visualization.descriptions
Classes in kieker.tools.trace.analysis.filter.visualization.descriptions with type parameters of type AbstractEdge 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 AbstractEdge in kieker.tools.trace.analysis.filter.visualization.graph
Classes in kieker.tools.trace.analysis.filter.visualization.graph with type parameters of type AbstractEdge 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.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.Subclasses of AbstractEdge in kieker.tools.trace.analysis.filter.visualization.graph Modifier and Type Class Description classAbstractWeightedEdge<V extends AbstractVertex<V,E,O>,E extends AbstractEdge<V,E,O>,O>Abstract superclass for weighted edges in the visualization package. -
Uses of AbstractEdge in kieker.tools.trace.analysis.filter.visualization.traceColoring
Classes in kieker.tools.trace.analysis.filter.visualization.traceColoring with type parameters of type AbstractEdge 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 AbstractEdge in kieker.visualization.trace
Classes in kieker.visualization.trace with type parameters of type AbstractEdge 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 AbstractEdge in kieker.visualization.trace.call.tree
Subclasses of AbstractEdge in kieker.visualization.trace.call.tree Modifier and Type Class Description classWeightedDirectedCallTreeEdge<T>This class represents a weighted and directed edge within a call tree. -
Uses of AbstractEdge in kieker.visualization.trace.dependency.graph
Subclasses of AbstractEdge in kieker.visualization.trace.dependency.graph Modifier and Type Class Description classWeightedBidirectionalDependencyGraphEdge<T extends ISystemModelElement>This class represents a weighted but bidirected edge within a dependency graph. -
Uses of AbstractEdge in kieker.visualization.trace.descriptions
Classes in kieker.visualization.trace.descriptions with type parameters of type AbstractEdge 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.