|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConditionImpl | |
|---|---|
| org.expasy.jpl.commons.base.cond | Provides generic condition and expression classes that may be tested on any object. |
| Uses of ConditionImpl in org.expasy.jpl.commons.base.cond |
|---|
| Methods in org.expasy.jpl.commons.base.cond that return ConditionImpl | ||
|---|---|---|
ConditionImpl<T,V> |
ConditionImpl.Builder.build()
Build an instance of ConditionImpl after checking everything is ok |
|
static
|
ConditionImpl.valueOf(String condition)
Factory method for numerical condition types. |
|
static
|
ConditionImpl.valueOf(String operator,
String rvalue)
|
|
static
|
ConditionImpl.valueOf(String lvalueName,
String operator,
String rvalue)
Factory method for numerical condition types. |
|
| Methods in org.expasy.jpl.commons.base.cond with parameters of type ConditionImpl | ||
|---|---|---|
static
|
ConditionImpl.getStackCommands(ConditionImpl<T,V> cond,
V value)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||