Class NotSpacePredicate

All Implemented Interfaces:
ISpacePredicate, SmartExternalizable, Externalizable, Serializable

public class NotSpacePredicate extends UnaryCompositeSpacePredicate
An implementation of a logical unary NOT condition: This predicate returns true if and only if the operand returns false.
Since:
7.1
Author:
Niv Ingberg
See Also:
  • Constructor Details

    • NotSpacePredicate

      public NotSpacePredicate()
      Default constructor for Externalizable.
    • NotSpacePredicate

      public NotSpacePredicate(ISpacePredicate operand)
      Creates a binary predicate using the specified operands.
      Parameters:
      operand - Operand for unary predicate.
  • Method Details