Hello!
I draw with MagicDraw an Uml project with this package structure:
php
php.myphp
php.myphp.dettail
If I am into myphp and i do getSubPackage() i obtain an empty array. Is it correct?

this is my velocity code:

#foreach ($subPckClass in ${package.getSubPackages()})
#foreach ($pckClass in ${subPckClass.getClasses()})
#if (${pckClass.hasStereotype($stpPrimeClass)})
#set ($poPrimeClass=$pckClass)
#set($findPrime=true)
#end
#end
#end
the $package is correct, before this #foreach i print $package.name and i obtain myphp

Some of you can help me?
thanks
Matteo





-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Andromda-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to