public interface BTFunction extends ServerSideFunction
BTFunctionClause| Modifier and Type | Method and Description |
|---|---|
dods.dap.BaseType |
evaluate(java.util.List args)
Evaluates the function using the argument list given.
|
dods.dap.BaseType |
getReturnType(java.util.List args)
A given function must always evaluate to the same class
of BaseType.
|
checkArgs, getNamedods.dap.BaseType getReturnType(java.util.List args)
throws InvalidParameterException
InvalidParameterExceptiondods.dap.BaseType evaluate(java.util.List args)
throws SDODSException
SDODSException - Thrown if the function
cannot evaluate successfully. The exact type of exception is up
to the author of the server-side function.