Interface IterativeCondition.Context<T>

All Superinterfaces:
TimeContext
Enclosing class:
IterativeCondition<T>

public static interface IterativeCondition.Context<T> extends TimeContext
The context used when evaluating the condition.
  • Method Details

    • getEventsForPattern

      Iterable<T> getEventsForPattern(String name) throws Exception
      Parameters:
      name - The name of the pattern.
      Returns:
      An Iterable over the already accepted elements for a given pattern. Elements are iterated in the order they were inserted in the pattern.
      Throws:
      Exception