public abstract class CompositeAccessStrategyRelOpBase
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.Class |
coercionType |
protected ExprEvaluator |
key |
Modifier | Constructor and Description |
---|---|
protected |
CompositeAccessStrategyRelOpBase(boolean isNWOnTrigger,
int lookupStream,
int numStreams,
ExprEvaluator key,
java.lang.Class coercionType) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
evaluateLookup(EventBean theEvent,
ExprEvaluatorContext context) |
java.lang.Object |
evaluatePerStream(EventBean[] eventPerStream,
ExprEvaluatorContext context) |
protected ExprEvaluator key
protected java.lang.Class coercionType
protected CompositeAccessStrategyRelOpBase(boolean isNWOnTrigger, int lookupStream, int numStreams, ExprEvaluator key, java.lang.Class coercionType)
public java.lang.Object evaluateLookup(EventBean theEvent, ExprEvaluatorContext context)
public java.lang.Object evaluatePerStream(EventBean[] eventPerStream, ExprEvaluatorContext context)