Class JaninoEventEvaluatorBase<E>

    • Constructor Detail

      • JaninoEventEvaluatorBase

        public JaninoEventEvaluatorBase()
    • Method Detail

      • evaluate

        public boolean evaluate​(E event)
                         throws EvaluationException
        Description copied from interface: EventEvaluator
        Evaluates whether the event passed as parameter matches some user-specified criteria.

        The Evaluator is free to evaluate the event as it pleases. In particular, the evaluation results may depend on previous events.

        Parameters:
        event - The event to evaluate
        Returns:
        true if there is a match, false otherwise.
        Throws:
        EvaluationException - may be thrown during faulty evaluation
      • getExpression

        public java.lang.String getExpression()
      • setExpression

        public void setExpression​(java.lang.String expression)
      • addMatcher

        public void addMatcher​(Matcher matcher)
      • getMatcherList

        public java.util.List<Matcher> getMatcherList()