Uses of Class
net.ssehub.easy.instantiation.core.model.buildlangModel.RuleExecutionContext.FailState
-
Packages that use RuleExecutionContext.FailState Package Description net.ssehub.easy.instantiation.core.model.buildlangModel Implements the abstract representation of the build language (parsed, analyzed and already linked, i.e. -
-
Uses of RuleExecutionContext.FailState in net.ssehub.easy.instantiation.core.model.buildlangModel
Methods in net.ssehub.easy.instantiation.core.model.buildlangModel that return RuleExecutionContext.FailState Modifier and Type Method Description static RuleExecutionContext.FailStateRuleExecutionContext.FailState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RuleExecutionContext.FailState[]RuleExecutionContext.FailState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-