David, You are much more likely to get useful help if you provide full description of the problem that you are trying to solve, along with the solutions that you've already tried.
> I want to access to this element of a FigNodeModelElement, > but I don't know why, because I don't understand this Fig > internal organization This indicates some fundamental misunderstandings. FigNodeModelElement is abstract, so presumably you are interested in one or more of its concrete subclasses. Association Ends are model elements, not Figs, and they have no graphical rendering (except for the decorations on a FigAssociation). FigAssociation is a subclass of FigEdgeModelElement, not FigNodeModelElement. In general, if you're actively changing things, you want to change them in the Model subsystem which will fire one or more events that the Figs/Diagrams will use to update themselves to match. Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
