public interface IElementFilter
method.| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(MObject element)
This method checks if an element is accepted.
|
boolean accept(MObject element)
element - the model element to check.true if the element is accepted.