Uses of Interface
opendap.dap.Server.TopLevelClause

Packages that use TopLevelClause
opendap.dap.Server This package contains the OPeNDAP Server classes. 
 

Uses of TopLevelClause in opendap.dap.Server
 

Classes in opendap.dap.Server that implement TopLevelClause
 class BoolFunctionClause
          Represents a clause which invokes a function that returns a boolean value.
 class RelOpClause
          Represents a clause which compares subclauses, using one of the relative operators supported by the Operator class.
 

Methods in opendap.dap.Server that return TopLevelClause
 TopLevelClause ClauseFactory.newBoolFunctionClause(java.lang.String functionName, java.util.List children)
          Generates a clause which invokes a function that returns a boolean value.
 TopLevelClause ClauseFactory.newRelOpClause(int operator, SubClause lhs, java.util.List rhs)
          Generates a clause which which compares subclauses, using one of the relative operators supported by the Operator class.