UIA is part of the ABUNAI approach to uncertainty-aware confidentiality analysis. This repository provides tool support for the third step of the procedure shown below: The propagation of uncertainty sources. For further information, please see the dissertation Chapter 4.1 on the procedure and Chapter 6 on the uncertainty propagation to enable uncertainty impact analysis.
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.
The analysis has been initially released with 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
- 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 evaluation, additionally clone the evaluation scenario repositories from the organization. Further information can be found in the dissertation.
- 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
There are multiple ways to use the analysis, see the further documentation in the docs
folder.