public class AlgorithmInvoker extends RulesMethodInvoker<Algorithm>
Algorithm.| Constructor and Description |
|---|
AlgorithmInvoker(Algorithm algorithm) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canInvoke()
Checks if it is possible to invoke invokable object.
|
Object |
invokeSimple(Object target,
Object[] params,
IRuntimeEnv env)
Invoke for simple run operation.
|
getInvokableMethod, invokepublic AlgorithmInvoker(Algorithm algorithm)
public boolean canInvoke()
RulesMethodInvokercanInvoke in class RulesMethodInvoker<Algorithm>public Object invokeSimple(Object target, Object[] params, IRuntimeEnv env)
RulesMethodInvokerinvokeSimple in class RulesMethodInvoker<Algorithm>Copyright © 2004–2019 OpenL Tablets. All rights reserved.