Package | Description |
---|---|
kieker.tools.trace.analysis.filter.visualization.dependencyGraph |
Copyright 2020 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 2020 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.systemModel |
Copyright 2020 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.systemModel.util |
Copyright 2020 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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDependencyGraph<T extends ISystemModelElement>
Abstract superclass for dependency graphs.
|
class |
AbstractDependencyGraphFilter<T extends ISystemModelElement>
Refactored copy from LogAnalysis-legacy tool.
|
class |
AbstractDependencyGraphFormatterVisitor<T extends ISystemModelElement>
Abstract base class for dependency-graph-formatting visitors.
|
class |
DependencyGraphNode<T extends ISystemModelElement>
This class represents a single node within a dependency graph.
|
class |
WeightedBidirectionalDependencyGraphEdge<T extends ISystemModelElement>
This class represents a weighted but bidirected edge within a dependency graph.
|
Modifier and Type | Class and Description |
---|---|
class |
DescriptionDecoratorFilter<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.
|
Modifier and Type | Class and Description |
---|---|
class |
AllocationComponent |
class |
AssemblyComponent |
class |
ExecutionContainer |
class |
RootAssemblyComponent
This class represents a root assembly component.
|
class |
RootExecutionContainer
Specific subtype for the root execution container.
|
Modifier and Type | Class and Description |
---|---|
class |
AllocationComponentOperationPair
This class represents a pair consisting of an
Operation and an AllocationComponent . |
class |
AssemblyComponentOperationPair
This class represents a pair consisting of an
Operation and an AssemblyComponent . |
Copyright 2020 Kieker Project, http://kieker-monitoring.net