Uses of Class
kieker.model.system.model.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.model.repository
Fields in kieker.model.repository declared as OperationMethods in kieker.model.repository that return OperationModifier and TypeMethodDescriptionfinal OperationOperationRepository.createAndRegisterOperation(String namedIdentifier, ComponentType componentType, Signature signature) final OperationOperationRepository.lookupOperationByNamedIdentifier(String namedIdentifier) Methods in kieker.model.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.model.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.model.system.model
Methods in kieker.model.system.model that return OperationModifier and TypeMethodDescriptionfinal OperationComponentType.addOperation(Operation op) This method adds a given operation to the list of available operations.final OperationExecution.getOperation()Methods in kieker.model.system.model that return types with arguments of type OperationModifier and TypeMethodDescriptionfinal Collection<Operation>ComponentType.getOperations()Delivers a collection containing the available operations within this component type.Methods in kieker.model.system.model with parameters of type OperationModifier and TypeMethodDescriptionfinal OperationComponentType.addOperation(Operation op) This method adds a given operation to the list of available operations.Constructors in kieker.model.system.model with parameters of type OperationModifierConstructorDescriptionExecution(Operation op, AllocationComponent allocationComponent, long traceId, int eoi, int ess, long tin, long tout, boolean assumed) Creates a new Execution instance.Execution(Operation op, AllocationComponent allocationComponent, long traceId, String sessionId, int eoi, int ess, long tin, long tout, boolean assumed) Creates a new Execution instance. -
Uses of Operation in kieker.model.system.model.util
Methods in kieker.model.system.model.util that return OperationModifier and TypeMethodDescriptionfinal OperationAllocationComponentOperationPair.getOperation()final OperationAssemblyComponentOperationPair.getOperation()Constructors in kieker.model.system.model.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. -
Uses of Operation in kieker.visualization.trace.dependency.graph
Methods in kieker.visualization.trace.dependency.graph with parameters of type OperationModifier and TypeMethodDescriptionprotected static StringAbstractDependencyGraphFormatter.createOperationNodeId(Operation operation) Utility function to create a textual node ID for an operation.protected StringAbstractOperationDependencyGraphFormatter.createOperationNodeLabel(Operation operation, DependencyGraphNode<?> node)