| Package | Description |
|---|---|
| opendap.servers |
This package contains the OPeNDAP Server classes.
|
| opendap.servers.parsers |
This package contains Bison 2.4.2 generated Constraint Expression parser classes.
|
| opendap.servlet |
This package contains the core code for an OPeNDAP
servlet engine.
|
| Class and Description |
|---|
| AbstractClause
Provides default implementations for the Clause interface methods.
|
| BoolFunction
Represents a server-side function, which evaluates to a boolean value.
|
| BTFunction
Represents a server-side function, which evaluates to a BaseType.
|
| CEEvaluator
This class is used to parse and evaluate a constraint expression.
|
| Clause
Represents the common interface of the two types of clause used by the
constraint expression (CE) parser: TopLevelClause and SubClause.
|
| ClauseFactory
Represents a source of Clause objects for the constraint expression
parser.
|
| DAP2ServerSideException
DAP2 Exception for use by a server.
|
| FunctionLibrary
Represents a library of available server-side functions for use
in evaluating constraint expressions.
|
| InvalidOperatorException
Thrown when a
RelOp operation is called
on two types for which it makes no sense to compre, such as
attempting to ascertain is a String is less than a Float. |
| InvalidParameterException
Used to indicate that one of the passed parameters to a method
is either the wrong type, is missing, or it's value is
unacceptable.
|
| RegExpException
Thrown by
Operator.op when an attempt is made to parse a
improperly formed regular expression. |
| RelOps
The RelOps interface defines how each type responds to relational
operators.
|
| SBHException
The Something Bad Happened (SBH) Exception.
|
| ServerArrayMethods
This interface extends the
ArrayMethods for OPeNDAP types that
extend DArray and DGrid classes. |
| ServerDDS
ServerDDS is a specialization of DDS for the server-side of OPeNDAP.
|
| ServerMethods
This interface defines the additional behaviors that Server side types
need to support.
|
| ServerSideFunction
Represents common interface of all server-side functions (SSF).
|
| SubClause
Represents a sub-clause of the selection portion of a constraint
expression.
|
| TopLevelClause
Represents a top-level clause in the selection portion of a
constraint expression (CE).
|
| WrongTypeException
Report a type-mismatch problem in the constraint expression.
|
| Class and Description |
|---|
| CEEvaluator
This class is used to parse and evaluate a constraint expression.
|
| ClauseFactory
Represents a source of Clause objects for the constraint expression
parser.
|
| ServerDDS
ServerDDS is a specialization of DDS for the server-side of OPeNDAP.
|
| Class and Description |
|---|
| ServerDDS
ServerDDS is a specialization of DDS for the server-side of OPeNDAP.
|
Copyright © 1999-2015 OPeNDAP. All Rights Reserved.