|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface of an object that knows how to match
EObject
s against a client context.
This interface is intended to be implemented by clients.
Method Summary | |
---|---|
boolean |
selects(java.lang.Object object)
Queries whether I select the specified object, which indicates that it belongs to my client context. |
Method Detail |
public boolean selects(java.lang.Object object)
object
- a model element of some kind
true
if the object
matches my client
context; false
, otherwise
|
Copyright 2002, 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |