public interface ServerSideFunction
String getName()
void checkArgs(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.Copyright © 1999–2015 OPeNDAP. All rights reserved.