> If shortly: with bouml you can create artifact <<source>> with custom name and > assign to any class. Also you can place this artifact into any package, i.e. > SGL/Foo/Bar and you can setup path for each or root package only. > > It's seems usable and I just was interested if something similar available or > planned in ArgoUML.
Ah, I see. Thanks for the explanation. Using an Artifact with a <<source>> stereotype (presumably linked to the Class by a Dependency with a <<derive>> stereotype or something similar) allows a lot of flexibility, but it's also a fair amount of work (not to mention modeling at a very implementation-specific level). That isn't something we currently support or that I've heard requested before. Freel free to enter a feature request here http://argouml.tigris.org/project_bugs.html In the short term, something like a special TaggedValue that the code generator looks for an uses for the filename is probably easier to get implemented (provided there's a 1:1 correspondence between classes and files). Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
