|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Clause | |
---|---|
dods.dap.parser | This package contains JavaCC generated DAP parser classes. |
dods.dap.Server | This package contains the DODS Server classes. |
Uses of Clause in dods.dap.parser |
---|
Methods in dods.dap.parser that return Clause | |
---|---|
Clause |
ExprParser.bool_function()
|
Clause |
ExprParser.clause()
|
Uses of Clause in dods.dap.Server |
---|
Subinterfaces of Clause in dods.dap.Server | |
---|---|
interface |
SubClause
Represents a sub-clause of the selection portion of a constraint expression. |
interface |
TopLevelClause
Represents a top-level clause in the selection portion of a constraint expression (CE). |
Classes in dods.dap.Server that implement Clause | |
---|---|
class |
AbstractClause
Provides default implementations for the Clause interface methods. |
class |
BoolFunctionClause
Represents a clause which invokes a function that returns a boolean value. |
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 |
RelOpClause
Represents a clause which compares subclauses, using one of the relative operators supported by the Operator class. |
class |
ValueClause
Represents a clause containing a simple value. |
Fields in dods.dap.Server declared as Clause | |
---|---|
protected Clause |
ValueClause.parent
|
protected Clause |
DereferenceClause.parent
|
protected Clause |
BTFunctionClause.parent
|
Methods in dods.dap.Server that return Clause | |
---|---|
Clause |
ValueClause.getParent()
|
Clause |
SubClause.getParent()
Returns the Clause which contains this subclause. |
Clause |
DereferenceClause.getParent()
|
Clause |
BTFunctionClause.getParent()
|
Methods in dods.dap.Server with parameters of type Clause | |
---|---|
void |
CEEvaluator.appendClause(Clause c)
Add a clause to the constraint expression. |
boolean |
CEEvaluator.removeClause(Clause c)
Remove a clause from the constraint expression. |
void |
ValueClause.setParent(Clause parent)
|
void |
SubClause.setParent(Clause parent)
Sets the parent of this subclause. |
void |
DereferenceClause.setParent(Clause parent)
|
void |
BTFunctionClause.setParent(Clause parent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |