|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TopLevelClause | |
|---|---|
| dods.dap.Server | This package contains the DODS Server classes. |
| Uses of TopLevelClause in dods.dap.Server |
|---|
| Classes in dods.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 dods.dap.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||