I am using the method getGeneralizations

In a template it looks like this:

#foreach ( $abs in $class.generalizations )

$abs

$abs.name

$abs.fullyQualifiedName

#set ($extnd = $extnd+" "+$abs.name)

#end

I have a class foo.Bar1 that extends the class bar.Foo1

This is what I get when i run the template for the class foo.Bar:

org.andromda.metafacades.uml14.ModelElementFacadeLogicImpl[bar.]

$abs.name

bar.

Looks like the generalization name is lost somewhere in the Metafacade implementation...

Does this look like a bug ?

class.generalization.fullyQualifiedName seems to work just fine though....

 


Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.

Reply via email to