public class MVELRuleEvalResult extends BasicRuleEvalResult
Constructor and Description |
---|
MVELRuleEvalResult(boolean matched,
String ruleName,
String ruleProviderName,
String text)
Creates a RuleEvalResult that indicates a successfully executed rule.
|
MVELRuleEvalResult(Throwable evalException,
String ruleName,
String ruleProviderName,
String text) |
Modifier and Type | Method and Description |
---|---|
String |
getText() |
String |
toString() |
getEvalException, getRuleName, getRuleProviderName, matched
Copyright © 2020. All rights reserved.