Uses of Class
net.ssehub.easy.instantiation.core.model.buildlangModel.RuleExecutionResult.Status
-
Packages that use RuleExecutionResult.Status Package Description net.ssehub.easy.instantiation.core.model.buildlangModel Implements the abstract representation of the build language (parsed, analyzed and already linked, i.e.net.ssehub.easy.instantiation.core.model.buildlangModel.matchLoop Implements the LHS/RHS match loop and related applicators. -
-
Uses of RuleExecutionResult.Status in net.ssehub.easy.instantiation.core.model.buildlangModel
Fields in net.ssehub.easy.instantiation.core.model.buildlangModel declared as RuleExecutionResult.Status Modifier and Type Field Description private RuleExecutionResult.StatusRuleExecutionContext. statusprivate RuleExecutionResult.StatusRuleExecutionResult. statusMethods in net.ssehub.easy.instantiation.core.model.buildlangModel that return RuleExecutionResult.Status Modifier and Type Method Description private RuleExecutionResult.StatusBuildlangExecution. determineRhsLhsMatching(Rule rule, java.lang.Object[] rhsValues)Checks the RHS/LHS matching.RuleExecutionResult.StatusRuleExecutionContext. getStatus()Returns the actual execution status.RuleExecutionResult.StatusRuleExecutionResult. getStatus()Returns the execution status of the rule.static RuleExecutionResult.StatusRuleExecutionResult.Status. toStatus(java.lang.Object object)Turns a rule body execution result into a status.static RuleExecutionResult.StatusRuleExecutionResult.Status. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RuleExecutionResult.Status[]RuleExecutionResult.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.ssehub.easy.instantiation.core.model.buildlangModel with parameters of type RuleExecutionResult.Status Modifier and Type Method Description voidRuleExecutionContext. setStatus(RuleExecutionResult.Status status)Defines the actual execution status.Constructors in net.ssehub.easy.instantiation.core.model.buildlangModel with parameters of type RuleExecutionResult.Status Constructor Description RuleExecutionResult(RuleExecutionResult.Status status, RuleExecutionContext context)Creates a new rule execution result. -
Uses of RuleExecutionResult.Status in net.ssehub.easy.instantiation.core.model.buildlangModel.matchLoop
Fields in net.ssehub.easy.instantiation.core.model.buildlangModel.matchLoop declared as RuleExecutionResult.Status Modifier and Type Field Description private RuleExecutionResult.StatusBuildExecutionApplicator. statusMethods in net.ssehub.easy.instantiation.core.model.buildlangModel.matchLoop that return RuleExecutionResult.Status Modifier and Type Method Description RuleExecutionResult.StatusBuildExecutionApplicator. getStatus()Returns the status of the execution.
-