Interface EvalRootMatchRemover

All Known Subinterfaces:
EvalRootState
All Known Implementing Classes:
EvalRootStateNode

public interface EvalRootMatchRemover
Interface for a root pattern node for removing matches.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    removeMatch(Set<EventBean> matchEvent)
     
  • Method Details