| How use Realization getRealizingClassifier in UML2 [message #628566] |
Fri, 30 July 2010 02:30  |
Li Jia Jia Messages: 14 Registered: March 2010 |
Junior Member |
|
|
Dear,
I copy some code write with UML1, and it has to use Realization methos of getRealizingClassifier().
But currently my jar is UML2, so how can I change the code to match UML2.
The UML1 code is:
Realization aRealization = (Realization) element;
if (aRealization.getRealizingClassifier().getName().equals(myIn terfaceName))
{
...
}
How can I use UML2 API to change the logic?
Thanks!
|
|
|
|
Powered by
FUDForum. Page generated in 0.02030 seconds