This method implements the rule's action(s). @throws Exception thrown if an exception occurs when performing action(s)
(Facts facts)
| 85 | * @throws Exception thrown if an exception occurs when performing action(s) |
| 86 | */ |
| 87 | void execute(Facts facts) throws Exception; |
| 88 | |
| 89 | } |
no outgoing calls