Uses of Interface
opendap.dap.Server.ServerSideFunction

Packages that use ServerSideFunction
opendap.dap.Server This package contains the OPeNDAP Server classes. 
opendap.servers.test This package contains the OPeNDAP Test Server (DTS). 
 

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.
 

Uses of ServerSideFunction in opendap.servers.test
 

Classes in opendap.servers.test that implement ServerSideFunction
 class SSFdummy
           
 class SSFdummyval