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