|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Clause
A clause is a constraining boolean statement for use in search queries.
Method Summary | |
---|---|
Clause |
and(Clause other)
Produce a clause that is the boolean "and" of this and the other given clause |
Clause |
not()
Produce a clause that is the boolean "not" of this |
Clause |
or(Clause other)
Produce a clause that is the boolean "or" of this and the other given clause |
Method Detail |
---|
Clause and(Clause other)
other
-
Clause or(Clause other)
other
-
Clause not()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |