Uses of Interface
opendap.Server.Clause

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

Uses of Clause in opendap.Server
 

Subinterfaces of Clause in opendap.Server
 interface SubClause
          Represents a sub-clause of the selection portion of a constraint expression.
 interface TopLevelClause
          Represents a top-level clause in the selection portion of a constraint expression (CE).
 

Classes in opendap.Server that implement Clause
 class AbstractClause
          Provides default implementations for the Clause interface methods.
 class BoolFunctionClause
          Represents a clause which invokes a function that returns a boolean value.
 class BTFunctionClause
          Represents a clause which invokes a function that returns a BaseType.
 class DereferenceClause
          Represents a sub-clause that is a URL reference to remote data.
 class RelOpClause
          Represents a clause which compares subclauses, using one of the relative operators supported by the Operator class.
 class ValueClause
          Represents a clause containing a simple value.
 

Fields in opendap.Server declared as Clause
protected  Clause BTFunctionClause.parent
           
protected  Clause DereferenceClause.parent
           
protected  Clause ValueClause.parent
           
 

Methods in opendap.Server that return Clause
 Clause BTFunctionClause.getParent()
           
 Clause DereferenceClause.getParent()
           
 Clause SubClause.getParent()
          Returns the Clause which contains this subclause.
 Clause ValueClause.getParent()
           
 

Methods in opendap.Server with parameters of type Clause
 void CEEvaluator.appendClause(Clause c)
          Add a clause to the constraint expression.
 boolean CEEvaluator.removeClause(Clause c)
          Remove a clause from the constraint expression.
 void BTFunctionClause.setParent(Clause parent)
           
 void DereferenceClause.setParent(Clause parent)
           
 void SubClause.setParent(Clause parent)
          Sets the parent of this subclause.
 void ValueClause.setParent(Clause parent)
           
 



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