Uses of Class
kieker.model.system.model.util.AssemblyComponentOperationPair
| Package | Description |
|---|---|
| kieker.model.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.
|
| kieker.visualization.trace.call.tree |
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.
|
-
Uses of AssemblyComponentOperationPair in kieker.model.repository
Fields in kieker.model.repository declared as AssemblyComponentOperationPair Modifier and Type Field Description static AssemblyComponentOperationPairAssemblyComponentOperationPairFactory. ROOT_PAIRMethods in kieker.model.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.model.repository that return types with arguments of type AssemblyComponentOperationPair Modifier and Type Method Description java.util.Collection<AssemblyComponentOperationPair>AssemblyComponentOperationPairFactory. getPairs() -
Uses of AssemblyComponentOperationPair in kieker.visualization.trace.call.tree
Methods in kieker.visualization.trace.call.tree that return AssemblyComponentOperationPair Modifier and Type Method Description protected AssemblyComponentOperationPairAggregatedAssemblyComponentOperationCallTreeFilter. concreteCreatePair(SynchronousCallMessage callMsg)HACK. -
Uses of AssemblyComponentOperationPair in kieker.visualization.trace.dependency.graph
Constructors in kieker.visualization.trace.dependency.graph with parameters of type AssemblyComponentOperationPair Constructor Description OperationAssemblyDependencyGraph(AssemblyComponentOperationPair rootEntity)Creates a new graph with the given root entity.