Interface ObjectFilter

All Known Implementing Classes:
ClassObjectFilter

public interface ObjectFilter
ObjectFilter is used with WorkingMemories to filter out instances during Iteration
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(Object object)
     
  • Method Details

    • accept

      boolean accept(Object object)
      Returns:
      true if the Iterator accepts, and thus returns, the current Object. Otherwise false.