|
From: Bob F. (A. F. <fo...@an...> - 2009-10-31 07:33:08
|
Create a new method in the uml common metafacades model OperationFacade, something like getSequenceBody, or create a new attribute sequenceBody and it will create a getter method automatically. Generate the UML Common and UML14, UML2, UML22 metafacades by building through mvn. You will get a compilation error because the descendants of the abstract OperationFacadeLogic from UML Common do not implement the handleGetSequenceBody method. Just implement that method in each of the metafacade implementations (you can stub it out in UML14 just to get it to compile) using the underlying UML2 types populated from the model and the existing relationships from the UML2 Operation class. -- Thanks Bob Fields bobfieldsfb <at> hotmail <dot> com _________________________________________________________ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=28198#28198 Posting to http://forum.andromda.org/ is preferred over posting to the mailing list! |