Class ModelObjectFromOperationCallAccessorUtils

java.lang.Object
kieker.analysis.architecture.recovery.ModelObjectFromOperationCallAccessorUtils

public final class ModelObjectFromOperationCallAccessorUtils extends Object
Utility class for functions (Function) to access the model objects from operation calls.
Since:
1.14
Author:
Sören Henning
  • Field Details

  • 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