Class XorSpacePredicate

All Implemented Interfaces:
ISpacePredicate, SmartExternalizable, Externalizable, Serializable

public class XorSpacePredicate extends BinaryCompositeSpacePredicate
An implementation of a logical binary XOR condition: This predicate returns true if and only if left or right operands return true, but not both.
Since:
7.1
Author:
Niv Ingberg
See Also: