public abstract class OutputProcessViewBaseWAfter extends OutputProcessViewBase
Modifier and Type | Method and Description |
---|---|
boolean |
checkAfterCondition(EventBean[] newEvents,
StatementContext statementContext)
Returns true if the after-condition is satisfied.
|
boolean |
checkAfterCondition(java.util.Set<MultiKey<EventBean>> newEvents,
StatementContext statementContext)
Returns true if the after-condition is satisfied.
|
boolean |
checkAfterCondition(UniformPair<EventBean[]> newOldEvents,
StatementContext statementContext)
Returns true if the after-condition is satisfied.
|
addView, getEventType, getParent, getViews, hasViews, removeAllViews, removeView, setJoinExecutionStrategy, setParent
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
iterator
process
terminated
public boolean checkAfterCondition(EventBean[] newEvents, StatementContext statementContext)
newEvents
- is the view new eventspublic boolean checkAfterCondition(java.util.Set<MultiKey<EventBean>> newEvents, StatementContext statementContext)
newEvents
- is the join new eventspublic boolean checkAfterCondition(UniformPair<EventBean[]> newOldEvents, StatementContext statementContext)
newOldEvents
- is the new and old events pair