[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.mdt.uml2] Re: Find stereotypes applicable to instances of EClass?

Joel Greenyer wrote:
thanks for the comment. Do you have a reason not to use stereotype.getAllExtendedMetaclasses()?
Well, the reason is, that ElementOperations.isApplicableStereotype did not use it. But looking into the implementation it seems to be equivalent so using getAllExtendedMetaclasses is even better as it's shorter.

/Christian