|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.milyn.rules.BasicRuleEvalResult
public class BasicRuleEvalResult
Basic rule evaluation result.
| Constructor Summary | |
|---|---|
BasicRuleEvalResult(boolean matched,
String ruleName,
String ruleProviderName)
|
|
BasicRuleEvalResult(Throwable evalException,
String ruleName,
String ruleProviderName)
|
|
| Method Summary | |
|---|---|
Throwable |
getEvalException()
Get any provider level exceptions that may have occured during the rule evaluation. |
String |
getRuleName()
Gets the name of the Rule that this class is a result of. |
String |
getRuleProviderName()
The name of the provider that produced this rule result. |
boolean |
matched()
The outcome of the rule evaluation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicRuleEvalResult(boolean matched,
String ruleName,
String ruleProviderName)
public BasicRuleEvalResult(Throwable evalException,
String ruleName,
String ruleProviderName)
| Method Detail |
|---|
public boolean matched()
RuleEvalResult
matched in interface RuleEvalResulttrue if successful or false if it failed.public String getRuleName()
RuleEvalResult
getRuleName in interface RuleEvalResultpublic String getRuleProviderName()
RuleEvalResult
getRuleProviderName in interface RuleEvalResultpublic Throwable getEvalException()
RuleEvalResult
getEvalException in interface RuleEvalResult
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||