public interface ExecutableAction<Input,Output>
| Modifier and Type | Method and Description |
|---|---|
Output |
execute(Input input)
Called by the
Engine when the associated rule is the winning rule. |
Output execute(Input input)
Engine when the associated rule is the winning rule.input - a bean containing all the attributes required by the expression contained in the associated rule.Engine.executeBestAction(Object, java.util.Collection)Copyright © 2017 Ant Kutschera. All rights reserved.