Class NotRegexSpacePredicate

All Implemented Interfaces:
ISpacePredicate, SmartExternalizable, Externalizable, Serializable

public class NotRegexSpacePredicate extends ScalarSpacePredicate
See Also:
  • Constructor Details

    • NotRegexSpacePredicate

      public NotRegexSpacePredicate()
      Default constructor for Externalizable.
    • NotRegexSpacePredicate

      public NotRegexSpacePredicate(String pattern)
      Creates a scalar predicate using the specified expected value
      Parameters:
      pattern - Expected value.
  • Method Details