Uses of Interface
opendap.dap.Server.BTFunction

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

Uses of BTFunction in opendap.dap.Server
 

Fields in opendap.dap.Server declared as BTFunction
protected  BTFunction BTFunctionClause.function
           
 

Methods in opendap.dap.Server that return BTFunction
 BTFunction FunctionLibrary.getBTFunction(java.lang.String name)
          Retrieves a BaseType function from the library.
 BTFunction BTFunctionClause.getFunction()
          Returns the server-side function invoked by this clause
 

Constructors in opendap.dap.Server with parameters of type BTFunction
BTFunctionClause(BTFunction function, java.util.List children)
          Creates a new BTFunctionClause.
 

Uses of BTFunction in opendap.servers.test
 

Classes in opendap.servers.test that implement BTFunction
 class SSFdummyval