| [news.eclipse.modeling.mdt.uml2] Re: Find stereotypes applicable to instances of EClass? |
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