public class SSFdummyval extends Object implements opendap.servers.BTFunction
| Constructor and Description |
|---|
SSFdummyval() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkArgs(List args) |
opendap.dap.BaseType |
evaluate(List args) |
String |
getName() |
opendap.dap.BaseType |
getReturnType(List args) |
public String getName()
getName in interface opendap.servers.ServerSideFunctionpublic void checkArgs(List args) throws InvalidParameterException
checkArgs in interface opendap.servers.ServerSideFunctionInvalidParameterExceptionpublic opendap.dap.BaseType getReturnType(List args)
getReturnType in interface opendap.servers.BTFunctionpublic opendap.dap.BaseType evaluate(List args) throws opendap.servers.DAP2ServerSideException
evaluate in interface opendap.servers.BTFunctionopendap.servers.DAP2ServerSideException