Book a Demo

Author Topic: components of "packages" of classes  (Read 2452 times)

matthias

  • Guest
components of "packages" of classes
« on: April 27, 2005, 08:19:24 am »

The structure of my model looks like <see below>. I dont know how to map "package of classes" in EA. It seems, it is not possible to put packages into components ?

package 1
  component 1
     "package of classes"1
            class1
            class2
            ...
     "package of classes"2
      ...
  component 2
  ...
package 2
...  

thomaskilian

  • Guest
Re: components of "packages" of classes
« Reply #1 on: April 27, 2005, 09:17:41 am »
This is somehow different to how it is done in Rose. You either can place the classes below the component (not recommended) or draw a relation between the class and the component. You can use the Relationship Matrix to control this task.