com.espertech.esper.pattern
Class EvalOrNode
java.lang.Object
com.espertech.esper.pattern.EvalNode
com.espertech.esper.pattern.EvalOrNode
- All Implemented Interfaces:
- MetaDefItem, Serializable
public final class EvalOrNode
- extends EvalNode
This class represents an 'or' operator in the evaluation tree representing any event expressions.
- See Also:
- Serialized Form
EvalOrNode
public EvalOrNode()
newState
public final EvalStateNode newState(Evaluator parentNode,
MatchedEventMap beginState,
PatternContext context,
Object stateNodeId)
- Description copied from class:
EvalNode
- Create the evaluation state node containing the truth value state for each operator in an
event expression.
- Specified by:
newState
in class EvalNode
- Parameters:
parentNode
- is the parent evaluator node that this node indicates a change in truth value tobeginState
- is the container for events that makes up the start statecontext
- is the handle to services required for evaluationstateNodeId
- is the new state object's identifier
- Returns:
- state node containing the truth value state for the operator
toString
public final String toString()
- Overrides:
toString
in class Object