public interface IElementFilterProvider
extends org.eclipse.gmf.runtime.common.core.service.IProvider
Modifier and Type | Method and Description |
---|---|
boolean |
select(IElementFilterContext context,
java.lang.Object toTest)
Determines if the given object passes this filter.
|
boolean select(IElementFilterContext context, java.lang.Object toTest)
context
- the context in which this filter was queriedtoTest
- object to compare against the filter