Package 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.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-
Class Summary Class Description AbstractComponentDependencyGraphFormatter<G extends AbstractDependencyGraph<?>> Abstract superclass for formatters for component-based dependency graphs.AbstractDependencyGraph<T extends ISystemModelElement> Abstract superclass for dependency graphs.AbstractDependencyGraphFilter<T extends ISystemModelElement> Refactored copy from LogAnalysis-legacy tool.AbstractDependencyGraphFormatter<G extends AbstractDependencyGraph<?>> Abstract superclass for all dependency-graph formatters.AbstractDependencyGraphFormatterVisitor<T extends ISystemModelElement> Abstract base class for dependency-graph-formatting visitors.AbstractNodeDecorator Abstract superclass for all node decorators.AbstractOperationDependencyGraphFormatter<T extends AbstractDependencyGraph<?>> Abstract for formatters for operation-level dependency graph.ComponentAllocationDependencyGraph This class represents component dependency graphs on the allocation level.ComponentAllocationDependencyGraphFormatter Formatter class for component dependency graphs on the allocation level (seeComponentAllocationDependencyGraph
) .ComponentAssemblyDependencyGraph This class represents component dependency graphs on the assembly level.ComponentAssemblyDependencyGraphFormatter Formatter class for component dependency graphs on the assembly level (seeComponentAssemblyDependencyGraph
).ComponentDependencyGraphAllocationFilter Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".ComponentDependencyGraphAssemblyFilter Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".ContainerDependencyGraph This class represents container dependency graphs.ContainerDependencyGraphFilter Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".ContainerDependencyGraphFormatter Formatter for container dependency graphs.DependencyGraphNode<T extends ISystemModelElement> This class represents a single node within a dependency graph.OperationAllocationDependencyGraph This class represents operation dependency graphs on the allocation level.OperationAllocationDependencyGraphFormatter Formatter for operation dependency graphs on the allocation level (seeOperationAllocationDependencyGraph
).OperationAssemblyDependencyGraph This class represents operation dependency graphs on the assembly level.OperationAssemblyDependencyGraphFormatter Formatter for operation dependency graphs on the assembly level (seeOperationAssemblyDependencyGraph
).OperationDependencyGraphAllocationFilter Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".OperationDependencyGraphAssemblyFilter Refactored copy from LogAnalysis-legacy tool
This class has exactly one input port named "in".ResponseTimeColorNodeDecorator Decorator to set the color of graph nodes depending on graph nodes execution time.ResponseTimeDecoration Response time decoration for graph vertices.ResponseTimeNodeDecorator Decorator to attach response time data to graph nodes.WeightedBidirectionalDependencyGraphEdge<T extends ISystemModelElement> This class represents a weighted but bidirected edge within a dependency graph.