Package jadex.rules.eca
Interface IAction<T>
- All Known Implementing Classes:
CommandAction
,MethodAction
public interface IAction<T>
Interface for the action part of a rule.
-
Method Summary
-
Method Details
-
execute
Execute the action.- Parameters:
event
- The event.rule
- The rule this action belongs to.context
- The user context.condresult
- The condition result.
-