Uses of Interface
dods.dap.Server.BoolFunction

Packages that use BoolFunction
dods.dap.Server This package contains the DODS Server classes. 
dods.servers.sql This package contains the DODS Relational Databse Server (DRDS). 
dods.servers.test This package contains the DODS Test Server (DTS). 
 

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 BoolFunctionClause.getFunction()
          Returns the server-side function invoked by this clause
 BoolFunction FunctionLibrary.getBoolFunction(java.lang.String name)
          Retrieves a boolean function from the library.
 

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

Uses of BoolFunction in dods.servers.sql
 

Subinterfaces of BoolFunction in dods.servers.sql
 interface SqlBoolFunction
          Represents a server side function that is SQL enabled.
 

Classes in dods.servers.sql that implement BoolFunction
 class SSFunique
          Server side function for the DRDS.
 

Uses of BoolFunction in dods.servers.test
 

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