Re: Method implementation + small bug

Ralf Habacker <[email protected]> Tue, 25 Oct 2016 08:54:32 +0200
Newsgroups gmane.linux.umbrello.user
Message-ID <[email protected]>
Am 25.10.2016 um 04:23 schrieb Ivano Arrighetta:
> What I meant is, create the method's body with a diagram (eg a flow
> chart) in order not to code it.
There is currently no support for something like this, but we are open
for enhancements.

Would such a flow chart be drawable by a currently present diagram type ?

If yes, it looks that most of the required stuff would already be there.
It needs some glue to select the related method, to parse the related
diagram and to generate code from it. Feel free to add a feature request
for it or even better add an implementation.

If not, a new diagram type would also be required but keep in mind that
umbrello is an UML Case tool not a generic flow chart application. In
that case it may be better to add stuff for importing exports of some
generic flow charter application and to generate code from that import.

Regards
 Ralf