Class Exp

    • Constructor Detail

      • Exp

        public Exp()
    • Method Detail

      • evaluate

        public final boolean evaluate​(Object candidate,
                                      Object orig,
                                      StoreContext ctx,
                                      Object[] params)
        Evaluate the expression for the given candidate.
      • evaluate

        public final boolean evaluate​(Collection candidates,
                                      StoreContext ctx,
                                      Object[] params)
        Evaluate the expression for the given candidate group.
      • eval

        protected boolean eval​(Object candidate,
                               Object orig,
                               StoreContext ctx,
                               Object[] params)
        Evaluate the expression for the given context candidate and original candidate.
      • eval

        protected boolean eval​(Collection candidates,
                               StoreContext ctx,
                               Object[] params)
        Evaluate the expression for the given group.