Class Attacker
- java.lang.Object
-
- edu.kit.ipd.are.dsexplore.analysis.security.model.Attacker
-
public class Attacker extends Object
Attacker for our Security Model
-
-
Constructor Summary
Constructors Constructor Description Attacker(double lambda, double delta, double x)
Creates a new Attacker with the provided Lambda and Delta
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
calcAttacker()
Calculates the Attacker value for this attacker with the given xdouble
getX()
String
toString()
-