[PUB] How to fetch messages inside Interaction Operands
Hi All,
I am trying to build a report for Sequence Diagram using RPE, and I can get Interaction Operators/Interaction Operands by casting ModelElement into CombinedFragment, but when I fetch Messages under InteractionOperand node I got nothing. Even using NestedElements under InteractionOperand, I can not find any messages there.
Can I fetch messages inside Interaction Operands, or is there a way can tell a message belongs to an Interaction Operand.
I know in Java API you can use interactionOperand.getContainedMessages() to get messages inside Interaction Operand, dont know why RPE cant do the samething.