Class AttackSurfaceAnalysis
java.lang.Object
edu.kit.ipd.sdq.attacksurface.core.AttackSurfaceAnalysis
- All Implemented Interfaces:
IAttackPropagationAnalysis
Entry point for attack surface propagation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
runChangePropagationAnalysis
(BlackboardWrapper modelStorage) Runs the analysis.
-
Constructor Details
-
AttackSurfaceAnalysis
public AttackSurfaceAnalysis()
-
-
Method Details
-
runChangePropagationAnalysis
Runs the analysis.- Specified by:
runChangePropagationAnalysis
in interfaceIAttackPropagationAnalysis
- Parameters:
modelStorage
- - the model storage
-