public class ExprNodeScriptEvalMVEL extends ExprNodeScriptEvalBase implements ExprNodeScriptEvaluator
coercer, eventTypeCollection, names, parameters, returnType, scriptName, statementName
Constructor and Description |
---|
ExprNodeScriptEvalMVEL(String scriptName,
String statementName,
String[] names,
ExprEvaluator[] parameters,
Class returnType,
EventType eventTypeCollection,
Object executable) |
Modifier and Type | Method and Description |
---|---|
Object |
evaluate(EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext context)
Evaluate event tuple and return result.
|
Object |
evaluate(Object[] lookupValues,
ExprEvaluatorContext context) |
evaluateGetEventBean, evaluateGetROCollectionEvents, evaluateGetROCollectionScalar, getComponentTypeCollection, getEventTypeCollection, getEventTypeSingle, getType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getType
public Object evaluate(EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext context)
ExprEvaluator
evaluate
in interface ExprEvaluator
eventsPerStream
- - event tupleisNewData
- - indicates whether we are dealing with new data (istream) or old data (rstream)context
- context for expression evaluationpublic Object evaluate(Object[] lookupValues, ExprEvaluatorContext context)
evaluate
in interface ExprNodeScriptEvaluator