public interface ObserverEventEvaluator
EventObserver
instances to place an event for processing/evaluation.Modifier and Type | Method and Description |
---|---|
PatternAgentInstanceContext |
getContext() |
void |
observerEvaluateFalse()
Indicate that the observer turned permanently false.
|
void |
observerEvaluateTrue(MatchedEventMap matchEvent)
Indicate an event for evaluation (sub-expression the observer represents has turned true).
|
void observerEvaluateTrue(MatchedEventMap matchEvent)
matchEvent
- is the matched events so farvoid observerEvaluateFalse()
PatternAgentInstanceContext getContext()