Uses of Interface
opendap.dap.Server.ServerSideFunction

Packages that use ServerSideFunction
opendap.dap.Server This package contains the OPeNDAP Server classes. 
 

Uses of ServerSideFunction in opendap.dap.Server
 

Subinterfaces of ServerSideFunction in opendap.dap.Server
 interface BoolFunction
          Represents a server-side function, which evaluates to a boolean value.
 interface BTFunction
          Represents a server-side function, which evaluates to a BaseType.
 

Methods in opendap.dap.Server with parameters of type ServerSideFunction
 void FunctionLibrary.add(ServerSideFunction function)
          Adds a function to the library.