public interface Action
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Facts facts)
Execute the action when the rule evaluates to true.
|
void execute(Facts facts) throws java.lang.Exception
facts - known at the time of execution of the actionjava.lang.Exception - when unable to execute the actionCopyright © 2018. All Rights Reserved.