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.