|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Operator
Operator instances are predicates and the building blocks of OperatorFilters. They may be nested
recursively -- an argument of an Operator can be another Operator so they form a tree structure that
can be evaluated by traversing it.
| Nested Class Summary | |
|---|---|
static class |
Operator.Type
Convenience enum type for discriminating the different operator types. |
| Method Summary | |
|---|---|
boolean |
evaluate(MatchableObject object)
Determines the value of the boolean operator. |
Operator.Type |
getType()
Returns the type of operator. |
String |
toString(String indent)
|
| Method Detail |
|---|
Operator.Type getType()
Operator.
boolean evaluate(MatchableObject object)
throws FilterEvaluationException
object - MatchableObject to evaluate the operator against
FilterEvaluationException - if the evaluation failsString toString(String indent)
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||