org.drools.base.evaluators
Class StringFactory

java.lang.Object
  extended by org.drools.base.evaluators.StringFactory
All Implemented Interfaces:
java.io.Serializable, EvaluatorFactory

public class StringFactory
extends java.lang.Object
implements EvaluatorFactory

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.

Author:
Michael Neale
See Also:
Serialized Form

Method Summary
 Evaluator getEvaluator(Operator operator)
           
static EvaluatorFactory getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static EvaluatorFactory getInstance()

getEvaluator

public Evaluator getEvaluator(Operator operator)
Specified by:
getEvaluator in interface EvaluatorFactory