Uses of Interface
opendap.Server.TopLevelClause

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

Uses of TopLevelClause in opendap.Server
 

Classes in opendap.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.Server that return TopLevelClause
 TopLevelClause ClauseFactory.newBoolFunctionClause(String functionName, List children)
          Generates a clause which invokes a function that returns a boolean value.
 TopLevelClause ClauseFactory.newRelOpClause(int operator, SubClause lhs, List rhs)
          Generates a clause which which compares subclauses, using one of the relative operators supported by the Operator class.
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.