xuyuan / pgf-umlcd

this project is transfered to https://github.com/pgf-tikz/pgf-umlcd
https://github.com/pgf-tikz/pgf-umlcd
Other
55 stars 17 forks source link

Package structures #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It is difficult to handle packages at deeper level than level 1.

Example:
  RootPackage (Level 1)
  RootPackage.SubPackage (Level 2)
  RootPackage.SubPackage.SubSubPackage (Level 3)

In my case I have a RootPackage having no classes or interfaces, instead it has 
a couple of sub-packages.

1. It seems impossible to create an empty RootPackage.
2. It seems impossible to create an RootPackage containing packages.
3. It seems impossible to create the RootPackage.SubPackage unless one has a 
RootPackage.

Creating just the SubPackage will not work for me since I have different 
packages named Utils.

----
OTHERWISE I really like working with the PGF-umlcd package.

Regards,
Anders

Original issue reported on code.google.com by dahl...@gmail.com on 30 Jan 2012 at 12:18

GoogleCodeExporter commented 9 years ago
Issue 5 has been merged into this issue.

Original comment by xuyuan...@gmail.com on 31 Jan 2012 at 1:56

GoogleCodeExporter commented 9 years ago

Original comment by xuyuan...@gmail.com on 31 Jan 2012 at 1:57