|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Condition<T> | The Condition interface should be implemented by any condition that
have to be tested on any T-object. |
| ConditionBasedFilterReady<T> | All object containing filters based on Condition have to implement
this interface. |
| Class Summary | |
|---|---|
| ConditionImpl<T,V> | Conditional statement where a T-object may meet the condition on a
V-value given an operator. |
| ConditionImpl.Builder<T,V> | A builder to ease the construction of conditions |
| ConditionInterpreter<T> | ConditionInterpreter translates condition type expressions into
Condition. |
| Exception Summary | |
|---|---|
| ConditionImpl.ConditionRuntimeException | Thrown when condition problem met. |
Provides generic condition and expression classes that may be tested on any object.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||