Uses of Interface
kieker.model.analysismodel.trace.OperationCall
| Package | Description |
|---|---|
| kieker.analysis.architecture.recovery |
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.analysis.architecture.recovery.assembler |
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.analysis.architecture.trace.aggregation |
This package contains all processing filters bundled with kieker.
|
| kieker.analysis.architecture.trace.graph |
This package contains all processing filters bundled with kieker.
|
| kieker.analysis.architecture.trace.reconstruction |
This package contains all processing filters bundled with kieker.
|
| kieker.analysis.architecture.trace.traversal |
This package contains all processing filters bundled with kieker.
|
| kieker.analysis.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.
|
| kieker.model.analysismodel.trace | |
| kieker.model.analysismodel.trace.impl | |
| kieker.model.analysismodel.trace.util |
-
Uses of OperationCall in kieker.analysis.architecture.recovery
Fields in kieker.analysis.architecture.recovery with type parameters of type OperationCall Modifier and Type Field Description static java.util.function.Function<OperationCall,org.eclipse.emf.ecore.EObject>ModelObjectFromOperationCallAccessorUtils. ASSEMBLY_COMPONENTstatic java.util.function.Function<OperationCall,org.eclipse.emf.ecore.EObject>ModelObjectFromOperationCallAccessorUtils. ASSEMBLY_OPERATIONstatic java.util.function.Function<OperationCall,org.eclipse.emf.ecore.EObject>ModelObjectFromOperationCallAccessorUtils. COMPONENT_TYPEstatic java.util.function.Function<OperationCall,org.eclipse.emf.ecore.EObject>ModelObjectFromOperationCallAccessorUtils. DEPLOYED_COMPONENTstatic java.util.function.Function<OperationCall,org.eclipse.emf.ecore.EObject>ModelObjectFromOperationCallAccessorUtils. DEPLOYMENT_CONTEXTstatic java.util.function.Function<OperationCall,org.eclipse.emf.ecore.EObject>ModelObjectFromOperationCallAccessorUtils. OPERATION_TYPEMethods in kieker.analysis.architecture.recovery that return types with arguments of type OperationCall Modifier and Type Method Description static java.util.function.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 OperationCall Modifier and Type Method Description voidTraceBasedExecutionModelAssembler. assemble(OperationCall operationCall) -
Uses of OperationCall in kieker.analysis.architecture.trace.aggregation
Methods in kieker.analysis.architecture.trace.aggregation with parameters of type OperationCall Modifier and Type Method Description protected booleanOperationCallEquivalence. doEquivalent(OperationCall operationCallA, OperationCall operationCallB)protected intOperationCallEquivalence. doHash(OperationCall operationCall)Constructor parameters in kieker.analysis.architecture.trace.aggregation with type arguments of type OperationCall Constructor Description TraceEquivalence(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 OperationCall Modifier and Type Method Description voidGraphTransformerVisitor. visit(OperationCall operationCall) -
Uses of OperationCall in kieker.analysis.architecture.trace.reconstruction
Methods in kieker.analysis.architecture.trace.reconstruction with parameters of type OperationCall Modifier and Type Method Description voidDurRatioToParentCalculator. visit(OperationCall operationCall)voidDurRatioToRootParentCalculator. visit(OperationCall operationCall)Constructors in kieker.analysis.architecture.trace.reconstruction with parameters of type OperationCall Constructor Description DurRatioToRootParentCalculator(OperationCall rootOperationCall) -
Uses of OperationCall in kieker.analysis.architecture.trace.traversal
Methods in kieker.analysis.architecture.trace.traversal with parameters of type OperationCall Modifier and Type Method Description voidIOperationCallVisitor. visit(OperationCall operationCall) -
Uses of OperationCall in kieker.analysis.util
Methods in kieker.analysis.util with parameters of type OperationCall Modifier and Type Method Description static java.lang.StringFullyQualifiedNamesFactory. createFullyQualifiedName(OperationCall operationCall) -
Uses of OperationCall in kieker.model.analysismodel.trace
Methods in kieker.model.analysismodel.trace that return OperationCall Modifier and Type Method Description OperationCallTraceFactory. createOperationCall()Returns a new object of class 'Operation Call'.OperationCallOperationCall. getParent()Returns the value of the 'Parent' reference.OperationCallTrace. getRootOperationCall()Returns the value of the 'Root Operation Call' containment reference.Methods in kieker.model.analysismodel.trace that return types with arguments of type OperationCall Modifier and Type Method Description org.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 OperationCall Modifier and Type Method Description voidOperationCall. 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 OperationCall Modifier and Type Class Description classOperationCallImplAn implementation of the model object 'Operation Call'.Fields in kieker.model.analysismodel.trace.impl declared as OperationCall Modifier and Type Field Description protected 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 OperationCall Modifier and Type Field Description protected 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 OperationCall Modifier and Type Method Description OperationCallOperationCallImpl. basicGetParent()OperationCallTraceFactoryImpl. createOperationCall()OperationCallOperationCallImpl. getParent()OperationCallTraceImpl. getRootOperationCall()Methods in kieker.model.analysismodel.trace.impl that return types with arguments of type OperationCall Modifier and Type Method Description org.eclipse.emf.common.util.EList<OperationCall>OperationCallImpl. getChildren()Methods in kieker.model.analysismodel.trace.impl with parameters of type OperationCall Modifier and Type Method Description org.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 OperationCall Modifier and Type Method Description TTraceSwitch. caseOperationCall(OperationCall object)Returns the result of interpreting the object as an instance of 'Operation Call'.