Uses of Class
opendap.dap.Server.ClauseFactory

Packages that use ClauseFactory
opendap.dap.parser This package contains Bison 2.4.2 generated DAP parser classes. 
opendap.dap.Server This package contains the OPeNDAP Server classes. 
 

Uses of ClauseFactory in opendap.dap.parser
 

Methods in opendap.dap.parser with parameters of type ClauseFactory
 void ExprParser.constraint_expression(CEEvaluator ceEval, BaseTypeFactory factory, ClauseFactory clauseFactory)
          This is the entry point for the Constraint expression parser.
 

Uses of ClauseFactory in opendap.dap.Server
 

Constructors in opendap.dap.Server with parameters of type ClauseFactory
CEEvaluator(ServerDDS dds, ClauseFactory clauseFactory)
          Construct a new CEEvaluator with dds as the DDS object with which to resolve all variable and function names, and clauseFactory as a source of Clause objects .