Uses of Interface
dods.dap.Server.BTFunction

Packages that use BTFunction
dods.dap.Server This package contains the DODS Server classes. 
 

Uses of BTFunction in dods.dap.Server
 

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

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

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