public class ExternalFunction extends Function
| Constructor and Description |
|---|
ExternalFunction(String name,
String argumentName) |
| Modifier and Type | Method and Description |
|---|---|
double |
call(FunctionCall call,
double arg)
Call the function.
|
void |
setupClassReference(String externalClassReference,
String arg) |
addParameter, equals, getArgumentName, getName, getNthParameter, hashCode, parameterCount, parameters, toLogString, toStringpublic double call(FunctionCall call, double arg)
Copyright © 2013–2014. All rights reserved.