How do I get Enterprise Achitect to use correct class relationships when importing java source code?
Posted
by Sam
on Stack Overflow
See other posts from Stack Overflow
or by Sam
Published on 2010-04-13T14:28:12Z
Indexed on
2010/04/13
14:33 UTC
Read the original article
Hit count: 245
I've just imported some java source into 'Enterprise Architect', e.g:
class Truck
{
BumperSticker bumperSticker;
Vector<Wheel> wheels;
}
It's added the first member as an association, and it hasn't added the second as a relationship at all.
How do I get it to instead, add them both as aggregations, the second with a multiplicity of '*'?
© Stack Overflow or respective owner