Hi, 


Got a new question, In UML, I have an interface IABC, and a class ABC, I want 
ABC to implement IABC.  So I used realization relationship between them.  (Is 
realization the right one?)  



Now in my template script, I wanted to have something like 



public class $class.name  implements  blahblah. 



But I am not sure what is blahblah supposed to be. I am looking at this doc 
http://galaxy.andromda.org/docs/andromda-metafacades-uml14/apidocs/index.html.  
I could find other relationship like assocation and dependencies.  But couldn't 
find this realization related stuff. Which one is it?



I tried with dependency relationship.  I could use things like this

public class $class.name extends InfoObject

                        implements



#foreach($targetDependent in $class.targetDependencies)

        $targetDependent.name

#end



But I don't think dependency is the right relationship in my case. 







Thanks,



Jie
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=1312#1312
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to