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 AssemblyComponentOperationPair
AggregatedAssemblyComponentOperationCallTreeFilter. 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 AssemblyComponentOperationPair
AssemblyComponentOperationPairFactory. ROOT_PAIR
Methods in kieker.tools.trace.analysis.systemModel.repository that return AssemblyComponentOperationPair Modifier and Type Method Description AssemblyComponentOperationPair
AssemblyComponentOperationPairFactory. getPairById(int id)
AssemblyComponentOperationPair
AssemblyComponentOperationPairFactory. getPairInstanceByPair(AssemblyComponent assemblyComponent, Operation operation)
Returns a corresponding pair instance (existing or newly created).AssemblyComponentOperationPair
AssemblyComponentOperationPairFactory. 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()