Uses of Class
dods.dap.Server.ServerDDS

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

Uses of ServerDDS in dods.dap.Server
 

Methods in dods.dap.Server that return ServerDDS
 ServerDDS CEEvaluator.getDDS()
          Return a reference to the CEEvaluator's DDS object.
 

Constructors in dods.dap.Server with parameters of type ServerDDS
CEEvaluator(ServerDDS dds)
          Construct a new CEEvaluator with dds as the DDS object with which to resolve all variable and function names.
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 .