Class Predicate


  • public class Predicate
    extends Object
    A specialised symbolic expression (s-expression) that can appear anywhere within a Pattern, instances of this class represent predicates within a pattern. They consist of arbitrary metadata and conditions which dictate the matching behavior of a Query.

    Note that the actual matching behavior is currently not implemented in this binding. In spite of this, one can still use this class to apply matching logic manually.

    Since:
    1.12.0
    Author:
    Ozren Dabić
    See Also:
    Pattern, Query