Developing Apama Applications > EPL Reference > Events and Event Listeners > Event expressions > The and, xor, and or logical event operators
The and, xor, and or logical event operators
The logical operators and, or, and xor are similar to the corresponding operators in primary and bitwise expressions, but do not have quite the same precedence.
The and event operator
The and operator specifies logical intersection.
AndExpr
The xor event operator
The xor operator specifies logical exclusive or.
XorExpr
The or event operator
The or operator specifies logical or.
OrExpr
Copyright © 2013-2015 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.
Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.