Uses of Class
kieker.tools.trace.analysis.systemModel.Operation
Packages that use Operation
Package
Description
Copyright 2026 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.
Copyright 2026 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.
Copyright 2026 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.
Copyright 2026 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 Operation in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Methods in kieker.tools.trace.analysis.filter.visualization.dependencyGraph with parameters of type OperationModifier and TypeMethodDescriptionprotected static StringAbstractDependencyGraphFormatter.createOperationNodeId(Operation operation) Deprecated.Utility function to create a textual node ID for an operation.protected StringAbstractOperationDependencyGraphFormatter.createOperationNodeLabel(Operation operation, DependencyGraphNode<?> node) Deprecated. -
Uses of Operation in kieker.tools.trace.analysis.systemModel
Methods in kieker.tools.trace.analysis.systemModel that return OperationModifier and TypeMethodDescriptionfinal OperationComponentType.addOperation(Operation op) Deprecated.This method adds a given operation to the list of available operations.final OperationExecution.getOperation()Deprecated.Methods in kieker.tools.trace.analysis.systemModel that return types with arguments of type OperationModifier and TypeMethodDescriptionfinal Collection<Operation>ComponentType.getOperations()Deprecated.Delivers a collection containing the available operations within this component type.Methods in kieker.tools.trace.analysis.systemModel with parameters of type OperationModifier and TypeMethodDescriptionfinal OperationComponentType.addOperation(Operation op) Deprecated.This method adds a given operation to the list of available operations.Constructors in kieker.tools.trace.analysis.systemModel with parameters of type OperationModifierConstructorDescriptionExecution(Operation op, AllocationComponent allocationComponent, long traceId, int eoi, int ess, long tin, long tout, boolean assumed) Deprecated.Creates a new Execution instance.Execution(Operation op, AllocationComponent allocationComponent, long traceId, String sessionId, int eoi, int ess, long tin, long tout, boolean assumed) Deprecated.Creates a new Execution instance. -
Uses of Operation in kieker.tools.trace.analysis.systemModel.repository
Fields in kieker.tools.trace.analysis.systemModel.repository declared as OperationMethods in kieker.tools.trace.analysis.systemModel.repository that return OperationModifier and TypeMethodDescriptionfinal OperationOperationRepository.createAndRegisterOperation(String namedIdentifier, ComponentType componentType, Signature signature) final OperationOperationRepository.lookupOperationByNamedIdentifier(String namedIdentifier) Methods in kieker.tools.trace.analysis.systemModel.repository that return types with arguments of type OperationModifier and TypeMethodDescriptionfinal Collection<Operation>OperationRepository.getOperations()Delivers a collection containing all available operations.Methods in kieker.tools.trace.analysis.systemModel.repository with parameters of type OperationModifier and TypeMethodDescriptionAllocationComponentOperationPairFactory.getPairInstanceByPair(AllocationComponent allocationComponent, Operation operation) Returns a corresponding pair instance (existing or newly created).AssemblyComponentOperationPairFactory.getPairInstanceByPair(AssemblyComponent assemblyComponent, Operation operation) Returns a corresponding pair instance (existing or newly created). -
Uses of Operation in kieker.tools.trace.analysis.systemModel.util
Methods in kieker.tools.trace.analysis.systemModel.util that return OperationModifier and TypeMethodDescriptionfinal OperationAllocationComponentOperationPair.getOperation()final OperationAssemblyComponentOperationPair.getOperation()Constructors in kieker.tools.trace.analysis.systemModel.util with parameters of type OperationModifierConstructorDescriptionAllocationComponentOperationPair(int id, Operation operation, AllocationComponent allocationComponent) Creates a new instance of this class using the given parameters.AssemblyComponentOperationPair(int id, Operation operation, AssemblyComponent assemblyComponent) Creates a new instance of this class using the given parameters.