public class SingleRuleApplicationInfo
extends java.lang.Object
SingleRuleApplicationInfo#SUCCESS| Modifier and Type | Field and Description |
|---|---|
private RuleApp |
appliedRuleApp |
private Goal |
goal |
private java.lang.String |
message |
private boolean |
success |
| Constructor and Description |
|---|
SingleRuleApplicationInfo(Goal mayCloseableGoal,
RuleApp appliedRuleApp) |
SingleRuleApplicationInfo(java.lang.String message,
Goal nonCloseableGoal,
RuleApp appliedRuleApp) |
| Modifier and Type | Method and Description |
|---|---|
RuleApp |
getAppliedRuleApp() |
Goal |
getGoal() |
boolean |
isSuccess() |
java.lang.String |
message() |