Interface IPatternMatcherState

  • All Known Implementing Classes:
    RetePatternMatcherState

    public interface IPatternMatcherState
    The state specific part of a pattern matcher. Internal interface to be used for implementing new pattern matchers.
    • Method Detail

      • init

        void init()
        Initialize the pattern matcher. Called before the agenda is accessed to perform any initialization, if necessary.
      • getAgenda

        IAgenda getAgenda()
        Get the agenda. The agenda can only be accessed, after the rule system has been initialized with init().
        Returns:
        The agenda.