public abstract class Action
extends java.lang.Object
Rule| Modifier and Type | Field and Description |
|---|---|
protected boolean |
actionNecessary |
protected boolean |
failed |
| Constructor and Description |
|---|
Action() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
failedRule() |
boolean |
isActionNecessary() |
void |
setActionNecessary(boolean b) |
void |
setFailed(boolean didFail) |