[Uml-devel] kdesdk/umbrello/umbrello
Andrew Sutton
ansutton at kent.edu
Tue Feb 25 06:50:13 UTC 2003
>
> Oh aye, was going to ask what the association rules are for packages.
> Between classes and packages and packages to packages and packages to
> self. Anyone know?
i think the only relationship you need to worry about for packages is
dependency. packages don't really have associations - not like classes any
way. dependency works between packages.
packages have an attribute that's a list of imported elements (classes,
datatypes, exceptions, enumerations, etc). probably for 1.x this could just
be a list of strings that have the name of imported type. this would be the
equivilant of throwing a "using" into the package namespace followed by the
name of the import.
andy
More information about the umbrello-devel
mailing list