I'm mapping out a piece of software using a class diagram, that I now want to separate into packages in a package diagram.
My problem is this: How do you represent connections between classes from two different packages?
For example, I have a class in my 'Database' package that connects to another class in my 'View' package. However if I separate them into two separate class diagrams (one for each package), that connection won't be represented. Is this okay?