opendap.dap.Server
public interface ServerSideFunction
java.lang.String getName()
void checkArgs(java.util.List args) throws InvalidParameterException
args
- A list of SubClauses that the caller is considering passing
to the evaluate() method of the function.InvalidParameterException
- Thrown if the function will not
evaluate successfully using these arguments.