Add reply message for undefined constructor

Issue #479 resolved
Matthias Schoettle created an issue

Currently, when the behaviour of a constructor is undefined, no reply message is created when allowing to define its behaviour within another message view (nested behaviour).

However, this causes lots of problem when dealing with removal of messages etc.

Comments (3)

  1. Matthias Schoettle reporter

    Resolves #479: Adds UI support for create messages with replies.

    Adds the fragment to the spacer the spacer is coming after. This allows to easier retrieve the fragment before the spacer and supports the reply messages for create messages properly.

    → <<cset 036c478ed0b9>>

  2. Matthias Schoettle reporter

    References #479: Fixes whether message creation is allowed.

    • The receive event side is now always the opposite of the send event side.
    • Considers partiality of signature to ensure only non-partial operations might allow nested behaviour
    • receive event after create message does not always allow message creation now

    → <<cset 06fc146d9dba>>

  3. Log in to comment