org.eclipse.emf.validation.model
Interface IClientSelector
-
public interface IClientSelector
Interface of an object that knows how to match
EObjects against a client context.
This interface is intended to be implemented by clients.
|
Method Summary
|
boolean
|
selects
(
Object object)
Queries whether I select the specified object, which indicates that it
belongs to my client context. |
selects
boolean selects(
Object object)
- Queries whether I select the specified object, which indicates that it
belongs to my client context.
-
-
Parameters:
-
object - a model element of some kind
-
Returns:
-
true if the object matches my client
context; false, otherwise