Class SimuComAnalysisSensorFrameworkResult

All Implemented Interfaces:
IAnalysisResult, IPerformanceAnalysisResult, IStatisticAnalysisResult

public class SimuComAnalysisSensorFrameworkResult extends SimuComAnalysisResult
  • Field Details

  • Constructor Details

  • Method Details

    • isExperimentRunExisting

      public static boolean isExperimentRunExisting(String experimentName, de.uka.ipd.sdq.codegen.simucontroller.runconfig.SimuComWorkflowConfiguration workflowConfig, int datasourceReloadCount, ILaunchConfiguration config) throws CoreException
      Tries to find a matching experiment run in the selected data source. If a matching experiment run is found, true. If not, false is returned.
      Parameters:
      experimentName - The experiment name to match
      workflowConfig -
      datasourceReloadCount -
      config -
      Returns:
      true if experiment has been found, false otherwise
      Throws:
      CoreException
    • retrieveServiceResultsFinish

      protected void retrieveServiceResultsFinish(org.palladiosimulator.solver.models.PCMInstance pcmInstance, org.palladiosimulator.analyzer.resultdecorator.ResultDecoratorRepository repo, HashMap<String,org.palladiosimulator.pcm.seff.ExternalCallAction> idToExternalCallMap, Map<String,de.uka.ipd.sdq.dsexplore.analysis.simucom.AssemblyContextContext> idToAssemblyContextMap, List<String> completionComponentIdsToIgnore)
      Specified by:
      retrieveServiceResultsFinish in class SimuComAnalysisResult
    • retrievePassiveResourceUtilFinish

      protected Map<String,org.palladiosimulator.analyzer.resultdecorator.resourceenvironmentdecorator.PassiveResourceResult> retrievePassiveResourceUtilFinish(Map<String,org.palladiosimulator.analyzer.resultdecorator.resourceenvironmentdecorator.PassiveResourceResult> idsToPassiveResourceResult)
      Specified by:
      retrievePassiveResourceUtilFinish in class SimuComAnalysisResult
    • getUtilisationOfResource

      protected void getUtilisationOfResource(org.palladiosimulator.analyzer.resultdecorator.resourceenvironmentdecorator.ActiveResourceUtilisationResult resultToFill, org.palladiosimulator.pcm.core.entity.Entity container, org.palladiosimulator.pcm.resourcetype.ResourceType resourceType) throws AnalysisFailedException
      Description copied from class: SimuComAnalysisResult
      Get the utilisation of the passed resource
      Specified by:
      getUtilisationOfResource in class SimuComAnalysisResult
      Throws:
      AnalysisFailedException