Uses of Interface
kieker.model.analysismodel.trace.OperationCall
Packages that use OperationCall
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.
This package contains all processing filters bundled with kieker.
This package contains all processing filters bundled with kieker.
This package contains all processing filters bundled with kieker.
This package contains all processing filters bundled with kieker.
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 OperationCall in kieker.analysis.architecture.recovery
Fields in kieker.analysis.architecture.recovery with type parameters of type OperationCallModifier and TypeFieldDescriptionstatic final Function<OperationCall,org.eclipse.emf.ecore.EObject> ModelObjectFromOperationCallAccessorUtils.ASSEMBLY_COMPONENTstatic final Function<OperationCall,org.eclipse.emf.ecore.EObject> ModelObjectFromOperationCallAccessorUtils.ASSEMBLY_OPERATIONstatic final Function<OperationCall,org.eclipse.emf.ecore.EObject> ModelObjectFromOperationCallAccessorUtils.COMPONENT_TYPEstatic final Function<OperationCall,org.eclipse.emf.ecore.EObject> ModelObjectFromOperationCallAccessorUtils.DEPLOYED_COMPONENTstatic final Function<OperationCall,org.eclipse.emf.ecore.EObject> ModelObjectFromOperationCallAccessorUtils.DEPLOYMENT_CONTEXTstatic final Function<OperationCall,org.eclipse.emf.ecore.EObject> ModelObjectFromOperationCallAccessorUtils.OPERATION_TYPEMethods in kieker.analysis.architecture.recovery that return types with arguments of type OperationCallModifier and TypeMethodDescriptionstatic final Function<OperationCall,org.eclipse.emf.ecore.EObject> ModelObjectFromOperationCallAccessorUtils.findAggregatedInvocation4OperationCall(ExecutionModel executionModel) Get corresponding aggregated invocation from the execution model for a given OperationCall. -
Uses of OperationCall in kieker.analysis.architecture.recovery.assembler
Methods in kieker.analysis.architecture.recovery.assembler with parameters of type OperationCallModifier and TypeMethodDescriptionvoidTraceBasedExecutionModelAssembler.assemble(OperationCall operationCall) -
Uses of OperationCall in kieker.analysis.architecture.trace.aggregation
Methods in kieker.analysis.architecture.trace.aggregation with parameters of type OperationCallModifier and TypeMethodDescriptionprotected booleanOperationCallEquivalence.doEquivalent(OperationCall operationCallA, OperationCall operationCallB) protected intOperationCallEquivalence.doHash(OperationCall operationCall) Constructor parameters in kieker.analysis.architecture.trace.aggregation with type arguments of type OperationCallModifierConstructorDescriptionTraceEquivalence(com.google.common.base.Equivalence<OperationCall> operationCallEquivalence) -
Uses of OperationCall in kieker.analysis.architecture.trace.graph
Methods in kieker.analysis.architecture.trace.graph with parameters of type OperationCallModifier and TypeMethodDescriptionvoidGraphTransformerVisitor.visit(OperationCall operationCall) -
Uses of OperationCall in kieker.analysis.architecture.trace.reconstruction
Methods in kieker.analysis.architecture.trace.reconstruction with parameters of type OperationCallModifier and TypeMethodDescriptionvoidDurRatioToParentCalculator.visit(OperationCall operationCall) voidDurRatioToRootParentCalculator.visit(OperationCall operationCall) Constructors in kieker.analysis.architecture.trace.reconstruction with parameters of type OperationCall -
Uses of OperationCall in kieker.analysis.architecture.trace.traversal
Methods in kieker.analysis.architecture.trace.traversal with parameters of type OperationCall -
Uses of OperationCall in kieker.analysis.util
Methods in kieker.analysis.util with parameters of type OperationCallModifier and TypeMethodDescriptionstatic StringFullyQualifiedNamesFactory.createFullyQualifiedName(OperationCall operationCall) -
Uses of OperationCall in kieker.model.analysismodel.trace
Methods in kieker.model.analysismodel.trace that return OperationCallModifier and TypeMethodDescriptionTraceFactory.createOperationCall()Returns a new object of class 'Operation Call'.OperationCall.getParent()Returns the value of the 'Parent' reference.Trace.getRootOperationCall()Returns the value of the 'Root Operation Call' containment reference.Methods in kieker.model.analysismodel.trace that return types with arguments of type OperationCallModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<OperationCall>OperationCall.getChildren()Returns the value of the 'Children' reference list.Methods in kieker.model.analysismodel.trace with parameters of type OperationCallModifier and TypeMethodDescriptionvoidOperationCall.setParent(OperationCall value) Sets the value of the 'Parent' reference.voidTrace.setRootOperationCall(OperationCall value) Sets the value of the 'Root Operation Call' containment reference. -
Uses of OperationCall in kieker.model.analysismodel.trace.impl
Classes in kieker.model.analysismodel.trace.impl that implement OperationCallModifier and TypeClassDescriptionclassAn implementation of the model object 'Operation Call'.Fields in kieker.model.analysismodel.trace.impl declared as OperationCallModifier and TypeFieldDescriptionprotected OperationCallOperationCallImpl.parentThe cached value of the 'Parent' reference.protected OperationCallTraceImpl.rootOperationCallThe cached value of the 'Root Operation Call' containment reference.Fields in kieker.model.analysismodel.trace.impl with type parameters of type OperationCallModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<OperationCall>OperationCallImpl.childrenThe cached value of the 'Children' reference list.Methods in kieker.model.analysismodel.trace.impl that return OperationCallModifier and TypeMethodDescriptionOperationCallImpl.basicGetParent()TraceFactoryImpl.createOperationCall()OperationCallImpl.getParent()TraceImpl.getRootOperationCall()Methods in kieker.model.analysismodel.trace.impl that return types with arguments of type OperationCallModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<OperationCall>OperationCallImpl.getChildren()Methods in kieker.model.analysismodel.trace.impl with parameters of type OperationCallModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainOperationCallImpl.basicSetParent(OperationCall newParent, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainTraceImpl.basicSetRootOperationCall(OperationCall newRootOperationCall, org.eclipse.emf.common.notify.NotificationChain msgs) voidOperationCallImpl.setParent(OperationCall newParent) voidTraceImpl.setRootOperationCall(OperationCall newRootOperationCall) -
Uses of OperationCall in kieker.model.analysismodel.trace.util
Methods in kieker.model.analysismodel.trace.util with parameters of type OperationCallModifier and TypeMethodDescriptionTraceSwitch.caseOperationCall(OperationCall object) Returns the result of interpreting the object as an instance of 'Operation Call'.