Interface IBaseIndexObjectFilter
-
- All Known Implementing Classes:
SimpleBaseIndexFilter
public interface IBaseIndexObjectFilter
Stores a collection ofNotifier
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.
-