|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.base.evaluators.DateFactory
This will generate evaluators that handle dates.
This will also parse strings into dates, according to
DEFAULT_FORMAT_MASK, unless it is overridden by the drools.dateformat system property.
When parsing dates from a string, no time is included.
So you can do expressions like
Person(birthday <= "10-Jul-1974") etc.

| Constructor Summary | |
DateFactory()
|
|
| Method Summary | |
static Evaluator |
getDateEvaluator(int operator)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DateFactory()
| Method Detail |
public static Evaluator getDateEvaluator(int operator)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||