Class SimpleBaseIndexFilter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isFiltered​(org.eclipse.emf.common.notify.Notifier notifier)
      Decides whether the selected notifier is filtered.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleBaseIndexFilter

        public SimpleBaseIndexFilter​(java.util.Collection<org.eclipse.emf.common.notify.Notifier> filterConfiguration)
        Creates a filter using a collection of (Resource and) Notifier instances. Every containment subtree, selected by the given Notifiers are filtered out.
        Parameters:
        filterConfiguration -
    • Method Detail

      • isFiltered

        public boolean isFiltered​(org.eclipse.emf.common.notify.Notifier notifier)
        Description copied from interface: IBaseIndexObjectFilter
        Decides whether the selected notifier is filtered.
        Specified by:
        isFiltered in interface IBaseIndexObjectFilter
        Returns:
        true, if the notifier should not be indexed