Package jadex.rules.eca
Class MethodAction<T>
- java.lang.Object
-
- jadex.rules.eca.MethodAction<T>
-
-
Constructor Summary
Constructors Constructor Description MethodAction(java.lang.Object object, java.lang.reflect.Method method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<T>
execute(IEvent event, IRule rule, java.lang.Object context, java.lang.Object condresult)
Execute the action.
-