Class AllSpacePredicate

All Implemented Interfaces:
ISpacePredicate, SmartExternalizable, Externalizable, Serializable

public class AllSpacePredicate extends MultipleCompositeSpacePredicate
An implementation of a logical multiple AND condition: This predicate returns true if and only if all operands return true.
Since:
7.1
Author:
Niv Ingberg
See Also:
  • Constructor Details

    • AllSpacePredicate

      public AllSpacePredicate()
      Default constructor for Externalizable.
    • AllSpacePredicate

      public AllSpacePredicate(List<ISpacePredicate> operands)
      Creates a multiple composite space predicate using the specified operands.
    • AllSpacePredicate

      public AllSpacePredicate(ISpacePredicate... operands)
      Creates a multiple composite space predicate using the specified operands.
  • Method Details