|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConditionInterpreter | |
|---|---|
| org.expasy.jpl.commons.base.cond | Provides generic condition and expression classes that may be tested on any object. |
| Uses of ConditionInterpreter in org.expasy.jpl.commons.base.cond |
|---|
| Methods in org.expasy.jpl.commons.base.cond that return ConditionInterpreter | ||
|---|---|---|
static
|
ConditionInterpreter.newInstance()
|
|
ConditionInterpreter<T> |
ConditionInterpreter.register(Condition<T> condition)
Add anonymous condition instance in the condition table. |
|
ConditionInterpreter<T> |
ConditionInterpreter.register(String condition)
Add anonymous condition. |
|
ConditionInterpreter<T> |
ConditionInterpreter.register(String conditionName,
Condition<T> condition)
Add a named condition in the condition table. |
|
ConditionInterpreter<T> |
ConditionInterpreter.register(String conditionName,
String condition)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||