- assigned_to: nobody --> const
Hello again,
I have a XMI file with three classes and some
generalizations between them. There is one class with
the id S.39 and one class with the id S.40. The
generalization between them looks as follows:
<UML:Generalization xmi.id = 'G.442' ...>
<UML:Generalization.child>
<UML:GeneralizableElement xmi.idref = 'S.40'/>
</UML:Generalization.child>
<UML:Generalization.parent>
<UML:GeneralizableElement xmi.idref = 'S.39'/>
</UML:Generalization.parent>
</UML:Generalization>
When I call generalization.getParent() later everthing
works fine. But the calling of generalization.getChild()
everytime returns null, although the class with id S.40
is properly defined.
Any ideas?