Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mdt-papyrus.dev] Update Plugin For Juno

Hello,

I need to upgrade a Papyrus Plugin to make it work under Juno but I have a problem with some deprecated types like

ReceiveSignalEvent
ReceiveOperationEvent
SendSignalEvent
SendOperationEvent

Also getEvent doesn't exist anymore.

For exemple

if (((MessageOccurrenceSpecification) tm.getFrag()).getEvent() instanceof ReceiveOperationEvent) {
}

In your opinion what is the best solution to update this plugin.

Thanks in advance.

Regards,

Pierre


Back to the top