Uses of Interface
opendap.dap.Server.BoolFunction

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

Uses of BoolFunction in opendap.dap.Server
 

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

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

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

Uses of BoolFunction in opendap.servers.test
 

Classes in opendap.servers.test that implement BoolFunction
 class SSFdummy