Apama
10.15.0 |
Developing Apama Applications
|
EPL Reference
|
Events and Event Listeners
|
Event expressions
|
The not operator
The not operator
The
not
operator specifies logical negation.
Example:
on A() and not B() executeAction();