|
From: <ch...@an...> - 2005-07-15 14:55:20
|
Currently there is no great way to do model to model transformations with AndroMDA (however we're working on adding this). For something simple like what you want to do, you could override those operations like you said, or you can add the attributes to the underlying meta model (we do this in order to add the default identifier to entities), take a look at the createIdentifier operation on the org.andromda.metafacades.uml.EntityLogicImpl -- Chad Brandon - ch...@an... http://www.andromda.org _________________________________________________________ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=2677#2677 Posting to http://forum.andromda.org/ is preferred over posting to the mailing list! |