Uses of Class
org.mal_lang.langspec.Risk
-
Packages that use Risk Package Description org.mal_lang.langspec Provides classes for creating and using MAL languages.org.mal_lang.langspec.builders Provides classes for building MAL languages. -
-
Uses of Risk in org.mal_lang.langspec
Methods in org.mal_lang.langspec that return Risk Modifier and Type Method Description static Risk
Risk. fromJson(JsonObject jsonRisk)
Creates a newRisk
from aJsonObject
.Risk
AttackStep. getLocalRisk()
Returns the local risk of thisAttackStep
object.Risk
AttackStep. getRisk()
Returns the risk of thisAttackStep
object. -
Uses of Risk in org.mal_lang.langspec.builders
Methods in org.mal_lang.langspec.builders that return Risk Modifier and Type Method Description Risk
AttackStepBuilder. getRisk()
Returns the risk of thisAttackStepBuilder
object, ornull
if no risk has been set.Constructors in org.mal_lang.langspec.builders with parameters of type Risk Constructor Description AttackStepBuilder(String name, AttackStepType type, Risk risk, TtcExpression ttc, StepsBuilder requires, StepsBuilder reaches)
Constructs a newAttackStepBuilder
object.
-