Package org.openl.rules.method.table
Class MethodTableInvoker
- java.lang.Object
-
- org.openl.rules.method.RulesMethodInvoker<TableMethod>
-
- org.openl.rules.method.table.MethodTableInvoker
-
- All Implemented Interfaces:
Invokable
public class MethodTableInvoker extends RulesMethodInvoker<TableMethod>
Invoker forTableMethod.- Author:
- Yury Molchan
-
-
Constructor Summary
Constructors Constructor Description MethodTableInvoker(TableMethod tableMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanInvoke()Checks if it is possible to invoke invokable object.ObjectinvokeSimple(Object target, Object[] params, IRuntimeEnv env)Invoke for simple run operation.-
Methods inherited from class org.openl.rules.method.RulesMethodInvoker
getInvokableMethod, invoke
-
-
-
-
Constructor Detail
-
MethodTableInvoker
public MethodTableInvoker(TableMethod tableMethod)
-
-
Method Detail
-
invokeSimple
public Object invokeSimple(Object target, Object[] params, IRuntimeEnv env)
Description copied from class:RulesMethodInvokerInvoke for simple run operation.- Specified by:
invokeSimplein classRulesMethodInvoker<TableMethod>
-
canInvoke
public boolean canInvoke()
Description copied from class:RulesMethodInvokerChecks if it is possible to invoke invokable object.- Specified by:
canInvokein classRulesMethodInvoker<TableMethod>
-
-