Package org.openl.rules.dt
Class DecisionTableInvoker
- java.lang.Object
-
- org.openl.rules.method.RulesMethodInvoker<DecisionTable>
-
- org.openl.rules.dt.DecisionTableInvoker
-
- All Implemented Interfaces:
Invokable
public class DecisionTableInvoker extends RulesMethodInvoker<DecisionTable>
Invoker forDecisionTable.- Author:
- DLiauchuk
-
-
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
-
-
-
-
Method Detail
-
canInvoke
public boolean canInvoke()
Description copied from class:RulesMethodInvokerChecks if it is possible to invoke invokable object.- Specified by:
canInvokein classRulesMethodInvoker<DecisionTable>
-
invokeSimple
public Object invokeSimple(Object target, Object[] params, IRuntimeEnv env)
Description copied from class:RulesMethodInvokerInvoke for simple run operation.- Specified by:
invokeSimplein classRulesMethodInvoker<DecisionTable>
-
-