Uses of Interface
dods.dap.Server.BoolFunction

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

Uses of BoolFunction in dods.dap.Server
 

Fields in dods.dap.Server declared as BoolFunction
protected  BoolFunction BoolFunctionClause.function
           
 

Methods in dods.dap.Server that return BoolFunction
 BoolFunction FunctionLibrary.getBoolFunction(String name)
          Retrieves a boolean function from the library.
 BoolFunction BoolFunctionClause.getFunction()
          Returns the server-side function invoked by this clause
 

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