Uses of Class
kieker.tools.trace.analysis.systemModel.Operation
| Package | Description |
|---|---|
| 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 |
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.
|
| kieker.tools.trace.analysis.systemModel.util |
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 Operation in kieker.tools.trace.analysis.filter.visualization.dependencyGraph
Methods in kieker.tools.trace.analysis.filter.visualization.dependencyGraph with parameters of type Operation Modifier and Type Method Description protected static java.lang.StringAbstractDependencyGraphFormatter. createOperationNodeId(Operation operation)Deprecated.Utility function to create a textual node ID for an operation.protected java.lang.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 Operation Modifier and Type Method Description OperationComponentType. addOperation(Operation op)Deprecated.This method adds a given operation to the list of available operations.OperationExecution. getOperation()Deprecated.Methods in kieker.tools.trace.analysis.systemModel that return types with arguments of type Operation Modifier and Type Method Description java.util.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 Operation Modifier and Type Method Description 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 Operation Constructor Description Execution(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, java.lang.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 Operation Modifier and Type Field Description static OperationOperationRepository. ROOT_OPERATIONMethods in kieker.tools.trace.analysis.systemModel.repository that return Operation Modifier and Type Method Description OperationOperationRepository. createAndRegisterOperation(java.lang.String namedIdentifier, ComponentType componentType, Signature signature)OperationOperationRepository. lookupOperationByNamedIdentifier(java.lang.String namedIdentifier)Methods in kieker.tools.trace.analysis.systemModel.repository that return types with arguments of type Operation Modifier and Type Method Description java.util.Collection<Operation>OperationRepository. getOperations()Delivers a collection containing all available operations.Methods in kieker.tools.trace.analysis.systemModel.repository with parameters of type Operation Modifier and Type Method Description AllocationComponentOperationPairAllocationComponentOperationPairFactory. getPairInstanceByPair(AllocationComponent allocationComponent, Operation operation)Returns a corresponding pair instance (existing or newly created).AssemblyComponentOperationPairAssemblyComponentOperationPairFactory. 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 Operation Modifier and Type Method Description OperationAllocationComponentOperationPair. getOperation()OperationAssemblyComponentOperationPair. getOperation()Constructors in kieker.tools.trace.analysis.systemModel.util with parameters of type Operation Constructor Description AllocationComponentOperationPair(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.