Package | Description |
---|---|
opendap.dap.Server |
This package contains the OPeNDAP Server classes.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|