Uses of Class
kieker.tools.trace.analysis.systemModel.util.AssemblyComponentOperationPair
| Package | Description |
|---|---|
| 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.systemModel.repository |
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 AssemblyComponentOperationPair in kieker.tools.trace.analysis.filter.visualization.callTree
Methods in kieker.tools.trace.analysis.filter.visualization.callTree that return AssemblyComponentOperationPair Modifier and Type Method Description protected AssemblyComponentOperationPairAggregatedAssemblyComponentOperationCallTreeFilter. concreteCreatePair(SynchronousCallMessage callMsg)Deprecated.HACK. -
Uses of AssemblyComponentOperationPair in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Constructors in kieker.tools.trace.analysis.filter.visualization.dependencyGraph with parameters of type AssemblyComponentOperationPair Constructor Description OperationAssemblyDependencyGraph(AssemblyComponentOperationPair rootEntity)Deprecated.Creates a new graph with the given root entity. -
Uses of AssemblyComponentOperationPair in kieker.tools.trace.analysis.systemModel.repository
Fields in kieker.tools.trace.analysis.systemModel.repository declared as AssemblyComponentOperationPair Modifier and Type Field Description static AssemblyComponentOperationPairAssemblyComponentOperationPairFactory. ROOT_PAIRMethods in kieker.tools.trace.analysis.systemModel.repository that return AssemblyComponentOperationPair Modifier and Type Method Description AssemblyComponentOperationPairAssemblyComponentOperationPairFactory. getPairById(int id)AssemblyComponentOperationPairAssemblyComponentOperationPairFactory. getPairInstanceByPair(AssemblyComponent assemblyComponent, Operation operation)Returns a corresponding pair instance (existing or newly created).AssemblyComponentOperationPairAssemblyComponentOperationPairFactory. getRootPair()Methods in kieker.tools.trace.analysis.systemModel.repository that return types with arguments of type AssemblyComponentOperationPair Modifier and Type Method Description java.util.Collection<AssemblyComponentOperationPair>AssemblyComponentOperationPairFactory. getPairs()