Class SimuComAnalysisSensorFrameworkResult

    • Method Detail

      • 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