Hi

In ArgoUML you can double click on a package to create a new class diagram.

I have two packages, each one contains a class diagram.

How do I model the association between two classes in different packages (on
class level, not as a dependency between the two packages)?

Example:
CServer is in a class diagram in one package,
CSocketClient is in a class diagram in another package.

If they were in the same class diagram, I would model the association
between the two like this (the server can connect to many clients):

-----------         0..* -----------------
! CServer !------------->! CSocketClient !
-----------              -----------------

But where and how do I model the above association between the two classes
when they are in two different class diagrams in two different packages?

May be I'm trying to use packages in a wrong way.If you use packages please
tell how you use them.

Thanks
Roland

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to