The Uncertainty Impact Analysis calculates impact sets of uncertainty sources. This is achieved by internally extracting all data flows and propagating uncertainty through Palladio software architecture models and along those data flows.
More information can be found in this publication: S. Hahner, R. Heinrich, and R. Reussner, "Architecture-Based Uncertainty Impact Analysis to Ensure Confidentiality", in 18th Symposium on Software Engineering for Adaptive and Self-Managing Systems (SEAMS), IEEE/ACM, 2023, doi: 10.1109/SEAMS59076.2023.00026
Warning
Please be aware that this implementation only represents an early prototype. Brace yourself for bad internal quality and code smells :)
- Download the data flow analysis product from product.dataflowanalysis.org.
- Extract all files from the archive, launch the
eclipse.exe
and choose a folder as workspace (or just take the default one). - Clone this repository into the workspace.
- Import all projects of the data flow analysis and also all projects from the
bundles
andtests
folders from this repository using File->Import->General->Existing Projects into Workspace. This should import 3 projects in total. - Execute the tests cases located in
dev.abunai.impact.analysis.tests
to make sure everything is working correctly. - Optional: If you wish to run the analysis on the Corona Warn App case study, also clone that repository into the case studies folder. The structure should look like this:
tests/dev.abunai.impact.analysis.testmodels/casestudies/CaseStudy-CoronaWarnApp
. Make sure to checkout theuncertainty-impact-scenarios
branch before executing the evaluation test cases.
- The bundle
dev.abunai.impact.analysis.tests
contains several test cases to test the functionality and to run the evaluation - The bundle
dev.abunai.impact.analysis.testmodels
contains models for testing and evaluation - The tests demonstrate how to use the analysis to annotate and to propagate uncertainty
- The test classes in the
evaluation
package can be used to execute the evaluation, see the optional installation step above
For more information, please refer to https://abunai.dev.