Apama 10.7.2 | 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();