public interface LSPFunctor
LSPFunction with LSPModeler.createFunction(java.lang.String, localsolver.modeler.LSPFunctor).LSPModule.setFunction(java.lang.String, localsolver.modeler.LSPFunction).LSIntExternalFunction or LSDoubleExternalFunction).LSPFunction| Modifier and Type | Method and Description |
|---|---|
LSPValue |
call(LSPModeler modeler,
java.util.List<LSPValue> arguments)
The function to call with its arguments.
|
LSPValue call(LSPModeler modeler, java.util.List<LSPValue> arguments)
modeler - Modeler instance.arguments - List of modeler values passed to the function by the caller.