gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnumed-devel] re uml for programmers


From: s j tan
Subject: [Gnumed-devel] re uml for programmers
Date: Mon, 18 Aug 2003 17:27:05 +1000

It had a good example (not working though) where you defined the
interface ( bodiless method signatures) of a user interface, and then
the interface 
of a model class. Then the person who writes the model knows how he's
going to get called and how to get data from the user interface, and the
user interface can attach the mutator methods to its widgets' ( python
speaks) set methods , and can call the models list accessor or validator
methods.
If the the interface is sufficient , a new ui can be written later with
a different look but the same interface, and same with the model /
domain linking class.
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]