Uses of Interface
kieker.tools.trace.analysis.systemModel.ISystemModelElement
Package | Description |
---|---|
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.systemModel |
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.systemModel.util |
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 ISystemModelElement in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Classes in kieker.tools.trace.analysis.filter.visualization.dependencyGraph with type parameters of type ISystemModelElement Modifier and Type Class Description class
AbstractDependencyGraph<T extends ISystemModelElement>
Deprecated.1.15 ported to teetimeclass
AbstractDependencyGraphFilter<T extends ISystemModelElement>
Deprecated.1.15 ported to teetimeclass
AbstractDependencyGraphFormatterVisitor<T extends ISystemModelElement>
Deprecated.1.15 ported to teetimeclass
DependencyGraphNode<T extends ISystemModelElement>
Deprecated.1.15 ported to teetimeclass
WeightedBidirectionalDependencyGraphEdge<T extends ISystemModelElement>
Deprecated.1.15 ported to teetime -
Uses of ISystemModelElement in kieker.tools.trace.analysis.filter.visualization.descriptions
Classes in kieker.tools.trace.analysis.filter.visualization.descriptions with type parameters of type ISystemModelElement Modifier and Type Class Description class
DescriptionDecoratorFilter<V extends AbstractPayloadedVertex<V,E,O,ISystemModelElement>,E extends AbstractEdge<V,E,O>,O>
Deprecated.1.15 ported to teetime -
Uses of ISystemModelElement in kieker.tools.trace.analysis.systemModel
Classes in kieker.tools.trace.analysis.systemModel that implement ISystemModelElement Modifier and Type Class Description class
AllocationComponent
Deprecated.1.15 moved to kieker-modelclass
AssemblyComponent
Deprecated.1.15 moved to kieker-modelclass
ExecutionContainer
Deprecated.1.15 moved to kieker-modelclass
RootAssemblyComponent
Deprecated.1.15 moved to kieker-modelclass
RootExecutionContainer
Deprecated.1.15 moved to kieker-model -
Uses of ISystemModelElement in kieker.tools.trace.analysis.systemModel.util
Classes in kieker.tools.trace.analysis.systemModel.util that implement ISystemModelElement Modifier and Type Class Description class
AllocationComponentOperationPair
This class represents a pair consisting of anOperation
and anAllocationComponent
.class
AssemblyComponentOperationPair
This class represents a pair consisting of anOperation
and anAssemblyComponent
.