Sequence diagram access base classfier's inherited operations?

I have a sequence diagram with a lifeline that references a Class diagram. The lifeline’s base classifier is a class which extends (generalization) a different class. In the Class diagram the inherited attributes/operations show up, but they don’t in the lifeline in the Sequence diagram. How can I get it to show those?

I have the same problem using v15.

Hi Guy,

Do you mean the message selectable operations does not show those inherited operations? We’ve just tested and confirmed it works for both inline editing and via the select operation dialog box. If you mean some other UI instead, can you show a screenshot demonstrating the problem?

Thank you,

Antony.

And beware that it also depends on the visibility of operation, for example those private operations must not be shown.

My apologies…the problem was the visibility of the operation. Thanks.