Uses of Interface
kieker.model.system.model.ISystemModelElement
| Package | Description |
|---|---|
| kieker.model.system.model |
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.model.system.model.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.
|
| 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 ISystemModelElement in kieker.model.system.model
Classes in kieker.model.system.model that implement ISystemModelElement Modifier and Type Class Description classAllocationComponentclassAssemblyComponentclassExecutionContainerclassRootAssemblyComponentThis class represents a root assembly component.classRootExecutionContainerSpecific subtype for the root execution container. -
Uses of ISystemModelElement in kieker.model.system.model.util
Classes in kieker.model.system.model.util that implement ISystemModelElement Modifier and Type Class Description classAllocationComponentOperationPairThis class represents a pair consisting of anOperationand anAllocationComponent.classAssemblyComponentOperationPairThis class represents a pair consisting of anOperationand anAssemblyComponent. -
Uses of ISystemModelElement in kieker.visualization.trace.dependency.graph
Classes in kieker.visualization.trace.dependency.graph with type parameters of type ISystemModelElement Modifier and Type Class Description classAbstractDependencyGraph<T extends ISystemModelElement>Abstract superclass for dependency graphs.classAbstractDependencyGraphFilter<T extends ISystemModelElement>Refactored copy from LogAnalysis-legacy tool.classAbstractDependencyGraphFormatterVisitor<T extends ISystemModelElement>Abstract base class for dependency-graph-formatting visitors.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. -
Uses of ISystemModelElement in kieker.visualization.trace.descriptions
Classes in kieker.visualization.trace.descriptions with type parameters of type ISystemModelElement 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.