re-usage of the components on separated deployment and package diagrams

0 votes
asked Mar 4, 2016 in Wanted features by habdank (420 points)
Dears,

I have 2 components. Let's say:

 

component "CMP 1" as CMP1

component "CMP 2" as CMP2

CMP1 ..> CMP2

 

is it possible to re-use that at two separated diagrams like:

 

' one packge

package "Group 1" as GRP {

component "CMP 1" as CMP1

component "CMP 2" as CMP2

}

CMP1 ..> CMP2

 

and separately on the deployment diagram:

 

' two separated VM-s (nodes)

node "VM 1" as VM1 {

component "CMP 1" as CMP

}

node "VM 2" as VM2 {

component "CMP 2" as CMP2

}

CMP1 ..> CMP2

 

I had tiried to play with !include directive, but I not completely succesful.

I mean I separated in "iuml" file connections, but I was not able to move components there.

 

Best regards,

Seweryn.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...