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_COMPONENT
static java.util.function.Function<OperationCall,org.eclipse.emf.ecore.EObject>
ModelObjectFromOperationCallAccessorUtils. ASSEMBLY_OPERATION
static java.util.function.Function<OperationCall,org.eclipse.emf.ecore.EObject>
ModelObjectFromOperationCallAccessorUtils. COMPONENT_TYPE
static java.util.function.Function<OperationCall,org.eclipse.emf.ecore.EObject>
ModelObjectFromOperationCallAccessorUtils. DEPLOYED_COMPONENT
static java.util.function.Function<OperationCall,org.eclipse.emf.ecore.EObject>
ModelObjectFromOperationCallAccessorUtils. DEPLOYMENT_CONTEXT
static java.util.function.Function<OperationCall,org.eclipse.emf.ecore.EObject>
ModelObjectFromOperationCallAccessorUtils. OPERATION_TYPE
Methods 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 void
TraceBasedExecutionModelAssembler. 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 boolean
OperationCallEquivalence. doEquivalent(OperationCall operationCallA, OperationCall operationCallB)
protected int
OperationCallEquivalence. 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 void
GraphTransformerVisitor. 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 void
DurRatioToParentCalculator. visit(OperationCall operationCall)
void
DurRatioToRootParentCalculator. 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 void
IOperationCallVisitor. 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.String
FullyQualifiedNamesFactory. 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 OperationCall
TraceFactory. createOperationCall()
Returns a new object of class 'Operation Call'.OperationCall
OperationCall. getParent()
Returns the value of the 'Parent' reference.OperationCall
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 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 void
OperationCall. setParent(OperationCall value)
Sets the value of the 'Parent
' reference.void
Trace. 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 class
OperationCallImpl
An implementation of the model object 'Operation Call'.Fields in kieker.model.analysismodel.trace.impl declared as OperationCall Modifier and Type Field Description protected OperationCall
OperationCallImpl. parent
The cached value of the 'Parent
' reference.protected OperationCall
TraceImpl. rootOperationCall
The 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. children
The cached value of the 'Children
' reference list.Methods in kieker.model.analysismodel.trace.impl that return OperationCall Modifier and Type Method Description OperationCall
OperationCallImpl. basicGetParent()
OperationCall
TraceFactoryImpl. createOperationCall()
OperationCall
OperationCallImpl. getParent()
OperationCall
TraceImpl. 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.NotificationChain
OperationCallImpl. basicSetParent(OperationCall newParent, org.eclipse.emf.common.notify.NotificationChain msgs)
org.eclipse.emf.common.notify.NotificationChain
TraceImpl. basicSetRootOperationCall(OperationCall newRootOperationCall, org.eclipse.emf.common.notify.NotificationChain msgs)
void
OperationCallImpl. setParent(OperationCall newParent)
void
TraceImpl. 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 T
TraceSwitch. caseOperationCall(OperationCall object)
Returns the result of interpreting the object as an instance of 'Operation Call'.