Interface IBaseIndexObjectFilter

  • All Known Implementing Classes:
    SimpleBaseIndexFilter

    public interface IBaseIndexObjectFilter
    Stores a collection of Notifier instances that need not to be indexed by VIATRA Base.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isFiltered​(org.eclipse.emf.common.notify.Notifier notifier)
      Decides whether the selected notifier is filtered.
    • Method Detail

      • isFiltered

        boolean isFiltered​(org.eclipse.emf.common.notify.Notifier notifier)
        Decides whether the selected notifier is filtered.
        Parameters:
        notifier -
        Returns:
        true, if the notifier should not be indexed