|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SubClause | |
---|---|
opendap.Server | This package contains the OPeNDAP Server classes. |
Uses of SubClause in opendap.Server |
---|
Classes in opendap.Server that implement SubClause | |
---|---|
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 |
ValueClause
Represents a clause containing a simple value. |
Fields in opendap.Server declared as SubClause | |
---|---|
protected SubClause |
RelOpClause.lhs
|
Methods in opendap.Server that return SubClause | |
---|---|
SubClause |
RelOpClause.getLHS()
Returns a SubClause representing the right-hand side of the comparison. |
SubClause |
ClauseFactory.newBTFunctionClause(String functionName,
List children)
Generates a clause which invokes a function that returns a BaseType. |
SubClause |
ClauseFactory.newDereferenceClause(String url)
Generates a clause representing a remote value, referenced by a URL. |
SubClause |
ClauseFactory.newValueClause(BaseType value,
boolean constant)
Generates a clause representing a simple value, such as "var1" or "19". |
Methods in opendap.Server with parameters of type SubClause | |
---|---|
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. |
Constructors in opendap.Server with parameters of type SubClause | |
---|---|
RelOpClause(int operator,
SubClause lhs,
List rhs)
Creates a new RelOpClause. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |