Class Scenario
java.lang.Object
edu.kit.ipd.are.dsexplore.analysis.security.model.Scenario
Scenario for our Security Model. This gives us the final security value with
the methods
calcMTTSF(int, Attacker)
or the static methdod
calcMTTSF(int, Attacker, Component[], int[][])
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
Calculates the Meantime To Security Failure for the specified Attacker and the number of entry points.static double
Calculates the Meantime To Security Failure for the specified Attacker and the number of entry points.toString()
-
Constructor Details
-
Scenario
Create a new Scenario with a given Theta and the given components.- Parameters:
theta
- Thetacomponents
- Components
-
-
Method Details
-
calcMTTSF
Calculates the Meantime To Security Failure for the specified Attacker and the number of entry points.- Parameters:
length_Entry
- Attacker Entry Pointsa
- Attacker- Returns:
- MTTSF
-
calcMTTSF
Calculates the Meantime To Security Failure for the specified Attacker and the number of entry points. Additionally needs information about the components and the theta matrix- Parameters:
length_Entry
- Attacker Entry Pointsa
- Attackercomponents
- componentstheta
- theta matrix- Returns:
- MTTSF
-
toString
-