| Package | Description |
|---|---|
| opendap.servers |
This package contains the OPeNDAP Server classes.
|
| Modifier and Type | Method and Description |
|---|---|
BoolFunction |
FunctionLibrary.getBoolFunction(String name)
Retrieves a boolean function from the library.
|
BTFunction |
FunctionLibrary.getBTFunction(String name)
Retrieves a BaseType function from the library.
|
TopLevelClause |
ClauseFactory.newBoolFunctionClause(String functionName,
List children)
Generates a clause which invokes a function that returns a
boolean value.
|
SubClause |
ClauseFactory.newBTFunctionClause(String functionName,
List children)
Generates a clause which invokes a function that returns a
BaseType.
|
void |
CEEvaluator.parseConstraint(ReqState rs)
Convenience wrapper for parseConstraint.
|
void |
CEEvaluator.parseConstraint(String constraint,
String urlencoded)
Parse a constraint expression.
|
Copyright © 1999-2015 OPeNDAP. All Rights Reserved.