Let's say we have three classes A, B
and C
, and an instance a
(resp. b
/c
) of type A
(resp. B
/C
).
Suppose that b
is an attribute of a
and c
is an attribute of b
.
In a method of a
, the following is called : b.c.operation()
How can we represent this in a sequence diagram ?