Class ModelObjectFromOperationCallAccessorUtils
java.lang.Object
kieker.analysis.architecture.recovery.ModelObjectFromOperationCallAccessorUtils
Utility class for functions (
Function) to access the model objects from operation calls.- Since:
- 1.14
- Author:
- Sören Henning
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Function<OperationCall,org.eclipse.emf.ecore.EObject> static final Function<OperationCall,org.eclipse.emf.ecore.EObject> static final Function<OperationCall,org.eclipse.emf.ecore.EObject> static final Function<OperationCall,org.eclipse.emf.ecore.EObject> static final Function<DeployedOperationCallEvent,org.eclipse.emf.ecore.EObject> static final Function<OperationCall,org.eclipse.emf.ecore.EObject> static final Function<OperationCall,org.eclipse.emf.ecore.EObject> -
Method Summary
Modifier and TypeMethodDescriptionstatic final Function<OperationCall,org.eclipse.emf.ecore.EObject> findAggregatedInvocation4OperationCall(ExecutionModel executionModel) Get corresponding aggregated invocation from the execution model for a given OperationCall.static final Function<DeployedOperationCallEvent,org.eclipse.emf.ecore.EObject> findAggregatedInvocation4OperationTuple(ExecutionModel executionModel) Get corresponding aggregated invocation from the execution model for a given OperationCall.
-
Field Details
-
DEPLOYED_OPERATION
public static final Function<DeployedOperationCallEvent,org.eclipse.emf.ecore.EObject> DEPLOYED_OPERATION -
DEPLOYED_COMPONENT
-
DEPLOYMENT_CONTEXT
-
ASSEMBLY_OPERATION
-
ASSEMBLY_COMPONENT
-
OPERATION_TYPE
-
COMPONENT_TYPE
-
-
Method Details
-
findAggregatedInvocation4OperationCall
public static final Function<OperationCall,org.eclipse.emf.ecore.EObject> findAggregatedInvocation4OperationCall(ExecutionModel executionModel) Get corresponding aggregated invocation from the execution model for a given OperationCall.- Parameters:
executionModel- the execution model to be used.- Returns:
- an aggregated invocation
-
findAggregatedInvocation4OperationTuple
public static final Function<DeployedOperationCallEvent,org.eclipse.emf.ecore.EObject> findAggregatedInvocation4OperationTuple(ExecutionModel executionModel) Get corresponding aggregated invocation from the execution model for a given OperationCall.- Parameters:
executionModel- the execution model to be used.- Returns:
- an aggregated invocation
-