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 RiskRisk. fromJson(JsonObject jsonRisk)Creates a newRiskfrom aJsonObject.RiskAttackStep. getLocalRisk()Returns the local risk of thisAttackStepobject.RiskAttackStep. getRisk()Returns the risk of thisAttackStepobject. - 
Uses of Risk in org.mal_lang.langspec.builders
Methods in org.mal_lang.langspec.builders that return Risk Modifier and Type Method Description RiskAttackStepBuilder. getRisk()Returns the risk of thisAttackStepBuilderobject, ornullif 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 newAttackStepBuilderobject. 
 -