|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.base.evaluators.ObjectFactory
This is the misc "bucket" evaluator factory for objects. It is fairly limited in operations, and what operations are available are dependent on the exact type. This supports "<" and ">" etc by requiring objects to implement the comparable interface. Of course, literals will not work with comparator, as it has no way of converting from literal to the appropriate type.

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