On Fri, May 29, 2009 at 3:32 AM, Bob Tarling <[email protected]> wrote:
> I would suggest only creating the createXxxxx methods if there is seen > as real added value to the developer. That would be a fundamental philosophical change. One of the things the test suite does is test that for every element Foo in the metamodel there is a createFoo method and delete(Foo) works on it (and I think also that there is a PropPanelFoo unless its on an exception list). The problem with depending solely on methods at a higher level of abstract is that you need to make sure that you get the abstraction right (for all uses). Tom ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=2356828 To unsubscribe from this discussion, e-mail: [[email protected]]. To be allowed to post to the list contact the mailing list moderator, email: [[email protected]]
