Table of Contents
This section explains some general concepts which come in handy, when developing additions to ArgoUML.
![]() | Warning |
---|---|
There are two module loading mechanisms, "the old one", and "the new one". This is so because we have made a change of the design used for this in order to simplify the writing of modules. Eventually "the old module loader" will be removed so for all new additions, the new module loader shall be used. |
...get the according NS-UML element for a given
Fig
class?
XXX
Each Fig
implements the method XXX
getOwner()
which returns the appropriate owner element which is
responsible for this Fig element.
...get the according Fig element for a given
MModelElement
?
for this one needs to iterate through all fig elements and invoke
getOwner
.
Compare the result with the given MModelElement
.
Beware that there might be more than one Fig Element per
MModelElement
.